fix: add SENTRY_DSN to window interface
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
d1d8c8274c
commit
a7738fa05f
@ -17,6 +17,7 @@ declare global {
|
||||
interface Window {
|
||||
API_URL: string;
|
||||
SENTRY_ENABLED: boolean;
|
||||
SENTRY_DSN: string,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user