Skip to content

Commit a5d322d

Browse files
author
Luca Forstner
authored
meta: Add changelog entry for 0.7.0 (#205)
1 parent 86414ac commit a5d322d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
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)

0 commit comments

Comments
 (0)