getsentry / sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry
https://sentry.io
BSD 3-Clause "New" or "Revised" License
142 stars 37 forks source link

feat: Add `applicationKey` option to identify application code from within the SDK #540

Closed lforst closed 5 months ago

lforst commented 5 months ago

Ties into https://github.com/getsentry/sentry-javascript/pull/12267 Ref https://github.com/getsentry/sentry-javascript/issues/10882

Allows users to mark their bundles with an application key which will allow the SDK to filter events based on application keys in stack frames.