Skip to content

Commit bd7d54c

Browse files
authored
Fix a property name form release to dist (#11104)
1 parent ba36fa7 commit bd7d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/sentry-cli-sourcemaps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Sentry.init({
115115
// These values must be identical to the release and dist names specified during upload
116116
// with the `sentry-cli`.
117117
release: "<release_name>",
118-
release: "<dist_name>",
118+
dist: "<dist_name>",
119119
});
120120
```
121121

0 commit comments

Comments
 (0)