Skip to content

Commit 6401eba

Browse files
author
Luca Forstner
committed
Add documentation
1 parent 1980444 commit 6401eba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/types/src/globals.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* This file defines flags and constants that can be modified during compile time in order to facilitate tree shaking
3+
* for users.
4+
*
5+
* "Magic strings" like `__SENTRY_DEBUG__` must be replaced with actual values or safe statements during our build process.
6+
*/
7+
18
declare global {
29
const __DEBUG_BUILD__: boolean;
310
}

0 commit comments

Comments
 (0)