File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments