mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Fix Compile Issues
This commit is contained in:
parent
bdc28f40c8
commit
2895a6f421
2 changed files with 29 additions and 35 deletions
|
@ -8,9 +8,8 @@ Sentry.init({
|
|||
dsn: 'https://bb697105eaabbc6f70af12e84e936ded@o4508368569368576.ingest.us.sentry.io/4508368582017024',
|
||||
|
||||
integrations: [
|
||||
Sentry.redisIntegration({
|
||||
cachePrefixes: [''],
|
||||
}),
|
||||
Sentry.redisIntegration({ cachePrefixes: [''] }),
|
||||
Sentry.prismaIntegration(),
|
||||
],
|
||||
|
||||
// Set tracesSampleRate to 1.0 to capture 100%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue