mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 07:24:22 +00:00
Tweak Sentry configuration
This commit is contained in:
parent
c34fd3dfcb
commit
08fd612880
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,3 +38,4 @@ yarn-error.log*
|
|||
|
||||
# Sentry
|
||||
.sentryclirc
|
||||
sentry.properties
|
|
@ -21,6 +21,10 @@ const sentryWebpackPluginOptions = {
|
|||
// release, url, org, project, authToken, configFile, stripPrefix,
|
||||
// urlPrefix, include, ignore
|
||||
|
||||
url: "https://sentry.io/",
|
||||
org: "stefano-pigozzi",
|
||||
project: "unisteffo",
|
||||
|
||||
silent: true, // Suppresses all logs
|
||||
// For all available options, see:
|
||||
// https://github.com/getsentry/sentry-webpack-plugin#options.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
defaults.url=https://sentry.io/
|
||||
defaults.org=stefano-pigozzi
|
||||
defaults.project=royalpack
|
||||
cli.executable=../../../../home/steffo/.npm/_npx/a8388072043b4cbc/node_modules/@sentry/cli/bin/sentry-cli
|
Loading…
Reference in a new issue