We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1980444 commit 6401ebaCopy full SHA for 6401eba
packages/types/src/globals.ts
@@ -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
+
8
declare global {
9
const __DEBUG_BUILD__: boolean;
10
}
0 commit comments