mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Setup Sentry integration (#10945)
This commit is contained in:
committed by
GitHub
parent
c75990e063
commit
6de4dfff87
@@ -93,13 +93,13 @@ if (release && authToken) {
|
||||
sentryVitePlugin({
|
||||
org: 'n8nio',
|
||||
project: 'instance-frontend',
|
||||
// Specify the directory containing build artifacts
|
||||
include: './dist',
|
||||
// Auth tokens can be obtained from https://sentry.io/settings/account/api/auth-tokens/
|
||||
// and needs the `project:releases` and `org:read` scopes
|
||||
authToken,
|
||||
telemetry: false,
|
||||
release,
|
||||
release: {
|
||||
name: release,
|
||||
},
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user