| 1 | import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core'; |
| 2 | import * as sentryCore from '@sentry/core'; |
| 3 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { instrumentDurableObjectStorage } from '../src/instrumentations/instrumentDurableObjectStorage'; |
nothing calls this directly
no test coverage detected