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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@
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.1.0
8
+
9
+
This release marks the first official release of the Sentry bundler plugins. As of this release, the plugins support all features of the standalone Sentry Webpack plugin.
10
+
Please note that breaking changes might still be introduced.
11
+
12
+
- Re-added Sentry CLI to the project (#85).
13
+
The bundler plugins use Sentry CLI to create releases and upload sourcemaps
14
+
- Added missing Release creation steps
15
+
- feat(core): Add `setCommits` (#96)
16
+
- feat(core): Add `deploy` command (#97)
17
+
- Added validation of plugin options (#104)
18
+
- Refined `telemetry` option to only send events to Sentry for projects uploading source maps to Sentry's SaaS instance (#99). For self-hosted Sentry servers, nothing will be sent to Sentry.
19
+
- Updated `README.md` files with examples and option descriptions for each bundler plugin (#117)
20
+
21
+
Link to [Full Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/0.0.1-alpha.0...main)
22
+
7
23
## 0.0.1-alpha.0
8
24
9
25
This release marks the first release of the Sentry bundler blugins. This is still a heavy work in progress and a lot of things are still missing and subject to change
0 commit comments