sentry-javascript-bundler-plugins icon indicating copy to clipboard operation
sentry-javascript-bundler-plugins copied to clipboard

JavaScript Bundler Plugins for Sentry

Results 111 sentry-javascript-bundler-plugins issues
Sort by recently updated
recently updated
newest added

In our tests, we specifically vary the output chunk contents so that we don't end up with files with the same debug IDs: https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/7b097fc08a19c6cc1cf2dfa5d6753f08c3faed58/packages/integration-tests/fixtures/debug-id-injection/input/bundle1.js#L4-L5 https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/7b097fc08a19c6cc1cf2dfa5d6753f08c3faed58/packages/integration-tests/fixtures/debug-id-injection/input/bundle2.js#L4-L5 It is possible to generate...