File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 44
55- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
66
7+ ## 0.7.0
8+
9+ This release introduces the ` sourcemaps ` option. This option switches to a new system of handling source maps in Sentry.
10+
11+ While the old system is still available via the ` include ` option, the recommended way forward is the ` sourcemaps ` option.
12+
13+ You can configure the ` sourcemaps ` option as follows:
14+
15+ ``` js
16+ plugin ({
17+ org: " Your organization" ,
18+ project: " Your project" ,
19+ authToken: " Your auth token" ,
20+
21+ sourcemaps: {
22+ // Specify the directory containing build artifacts
23+ assets: " ./dist/**" ,
24+ },
25+ });
26+ ```
27+
28+ - feat(esbuild): Add debug ID injection for esbuild (#202 )
29+ - feat: Promote debug ID uploading to stable via ` sourcemaps ` option (#204 )
30+ - fix(core): Also do debug ID injection for ` .cjs ` files (#203 )
31+
732## 0.6.0
833
934- feat(webpack): Add debug ID injection to the webpack plugin (#198 )
You can’t perform that action at this time.
0 commit comments