Skip to content

Commit 82da8c8

Browse files
committed
rm bonus changes
1 parent d916488 commit 82da8c8

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

packages/feedback/rollup.bundle.config.mjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ export default [
1616
},
1717
}),
1818
),
19-
...makeBundleConfigVariants(
20-
makeBaseBundleConfig({
21-
bundleType: 'addon',
22-
entrypoints: ['src/core/integration.ts'],
23-
jsVersion: 'es6',
24-
licenseTitle: '@sentry-internal/feedback-core',
25-
outputFileBase: () => 'bundles/feedback-core',
26-
sucrase: {
27-
// The feedback widget is using preact so we need different pragmas and jsx runtimes
28-
jsxPragma: 'h',
29-
jsxFragmentPragma: 'Fragment',
30-
jsxRuntime: 'classic',
31-
},
32-
}),
33-
),
3419
...makeBundleConfigVariants(
3520
makeBaseBundleConfig({
3621
bundleType: 'addon',

packages/feedback/src/screenshot/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const feedbackScreenshotIntegration = ((): FeedbackScreenshotIntegration
3131
const attachment: Attachment = {
3232
data,
3333
filename: 'screenshot.png',
34-
// contentType: 'application/png',
34+
contentType: 'application/png',
3535
// attachmentType?: string;
3636
};
3737
return attachment;

0 commit comments

Comments
 (0)