@spotlightjs/overlay 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,7 +123,7 @@ export type SentryProfile = {
123
123
  stacks: number[][];
124
124
  frames: EventFrame[];
125
125
  platform?: string;
126
- thread_metadata: Record<string, {
126
+ thread_metadata?: Record<string, {
127
127
  name?: string;
128
128
  priority?: number;
129
129
  }>;