Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
4.1.1
- fix(react-native): Enhance fragment detection for indirect references (#767)
4.1.0
- feat(deps): Bump @sentry/cli to 2.51.0 #786
- feat(core): Add flag for disabling sourcemaps upload #785
- fix(debugId): Add guards for injected code to avoid errors #783
- docs(options): Improve JSDoc for options #781
- feat(core): Expose method for injecting debug Ids from plugin manager #784
4.0.2
- fix(core): Make
moduleMetadata
injection snippet ES5-compliant (#774)
2.23.1
- fix(v2/core): Make
moduleMetadata
injection code ES5-compliant (#773)
4.0.1
- fix(core): Make plugin inject ES5-friendly code (#770)
- fix(core): Use
renderChunk
for release injection for Rollup/Rolldown/Vite (#761)
Work in this release was contributed by @grushetsky. Thank you for your contribution!
4.0.0
Breaking Changes
- (Type change) Vite plugin now returns
VitePlugin
type instead of any
- Deprecated function
getBuildInformation
has been removed
List of Changes
- feat(core)!: Remove
getBuildInformation
export (#765)
- feat(vite)!: Update return type of vite plugin (#728)
3.6.1
- fix(core): Observe and handle Sentry CLI sourcemap upload failures (#763)
3.6.0
- feat(core): Don't add
debugIdUploadPlugin
when sourcemaps option is disabled (#753)
- fix(core): Avoid showing success message if upload was disabled or nothing was uploaded (#757)
3.5.0
- feat(core): Add hook to customize source map file resolution (#732)
- fix(core): Avoid console output and telemetry init when plugins are disabled (#741)
Work in this release was contributed by @thecodewarrior. Thank you for your contribution!
3.4.0
- fix: Replace existing debug ID comments (#730)
- feat: Expose bundler plugin primitives via
createSentryBuildPluginManager
(#714)