We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__DEBUG_BUILD__
1 parent 8a227f4 commit 878cf46Copy full SHA for 878cf46
packages/types/src/globals.ts
@@ -0,0 +1,6 @@
1
+declare global {
2
+ const __DEBUG_BUILD__: boolean;
3
+}
4
+
5
+// We need this empty export because of --isolatedModules
6
+export {};
packages/types/src/index.ts
@@ -1,3 +1,5 @@
+import './globals';
export type { Attachment } from './attachment';
export type { AllowedBaggageKeys, Baggage, BaggageObj } from './baggage';
export type { Breadcrumb, BreadcrumbHint } from './breadcrumb';
0 commit comments