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 7df83ef commit 0da6dd7Copy full SHA for 0da6dd7
packages/feedback/README.md
@@ -32,7 +32,7 @@ Several options are supported and passable via the integration constructor. See
32
import * as Sentry from '@sentry/browser';
33
// or from a framework specific SDK, e.g.
34
// import * as Sentry from '@sentry/react';
35
-import Feedback from '@sentry-internal/feedback';
+import { Feedback } from '@sentry-internal/feedback';
36
37
Sentry.init({
38
dsn: '__DSN__',
0 commit comments