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 8fcc426 commit b00476dCopy full SHA for b00476d
packages/browser/src/backend.ts
@@ -1,5 +1,6 @@
1
import { BaseBackend, Options } from '@sentry/core';
2
import { SentryEvent, SentryEventHint, Severity, Transport } from '@sentry/types';
3
+import { SentryError } from '@sentry/utils/error';
4
import { isDOMError, isDOMException, isError, isErrorEvent, isPlainObject } from '@sentry/utils/is';
5
import { supportsBeacon, supportsFetch } from '@sentry/utils/supports';
6
import { SyncPromise } from '@sentry/utils/syncpromise';
0 commit comments