Skip to content

Commit

Permalink
rm bonus changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan953 committed Jul 10, 2024
1 parent d916488 commit 82da8c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions packages/feedback/rollup.bundle.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ export default [
},
}),
),
...makeBundleConfigVariants(
makeBaseBundleConfig({
bundleType: 'addon',
entrypoints: ['src/core/integration.ts'],
jsVersion: 'es6',
licenseTitle: '@sentry-internal/feedback-core',
outputFileBase: () => 'bundles/feedback-core',
sucrase: {
// The feedback widget is using preact so we need different pragmas and jsx runtimes
jsxPragma: 'h',
jsxFragmentPragma: 'Fragment',
jsxRuntime: 'classic',
},
}),
),
...makeBundleConfigVariants(
makeBaseBundleConfig({
bundleType: 'addon',
Expand Down
2 changes: 1 addition & 1 deletion packages/feedback/src/screenshot/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const feedbackScreenshotIntegration = ((): FeedbackScreenshotIntegration
const attachment: Attachment = {
data,
filename: 'screenshot.png',
// contentType: 'application/png',
contentType: 'application/png',
// attachmentType?: string;
};
return attachment;
Expand Down

0 comments on commit 82da8c8

Please sign in to comment.