You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
5
5
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
6
6
7
+
## 0.2.0
8
+
9
+
This release replaces the `entries` option with `releaseInjectionTargets` which is a breaking change from previous versions.
10
+
For more information, take a look at the [migration guide](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/MIGRATION.md#replacing-entries-option-with-releaseinjectiontargets).
11
+
12
+
- feat: Replace `entries` option with `releaseInjectionTargets` (#123)
13
+
7
14
## 0.1.0
8
15
9
16
With this release, the Sentry bundler plugins support all features of the standalone Sentry Webpack plugin.
0 commit comments