Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Jun 23, 2024
1 parent e0ad9ed commit b4d18ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default boot(({ app }) => {
? path.basename(frame.filename)
: frame.filename;
},
prefix: '~/',
prefix: '',
}),
Sentry.vueIntegration(),
Sentry.browserTracingIntegration(),
Expand Down

0 comments on commit b4d18ac

Please sign in to comment.