Skip to content

Commit

Permalink
Fix a property name form release to dist (#11104)
Browse files Browse the repository at this point in the history
  • Loading branch information
abd-almofleh committed Aug 26, 2024
1 parent ba36fa7 commit bd7d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/sentry-cli-sourcemaps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Sentry.init({
// These values must be identical to the release and dist names specified during upload
// with the `sentry-cli`.
release: "<release_name>",
release: "<dist_name>",
dist: "<dist_name>",
});
```

Expand Down

0 comments on commit bd7d54c

Please sign in to comment.