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 10c4879 commit c2a7ec5Copy full SHA for c2a7ec5
packages/feedback/src/index.ts
@@ -1,6 +1,2 @@
1
export { sendFeedback } from './sendFeedback';
2
-export {
3
- // eslint-disable-next-line deprecation/deprecation
4
- Feedback,
5
- feedbackIntegration,
6
-} from './integration';
+export { feedbackIntegration } from './integration';
packages/integration-shims/src/index.ts
@@ -1,6 +1,6 @@
-export { feedbackIntegrationShim } from './feedback';
-export { replayIntegrationShim } from './replay';
+export { feedbackIntegrationShim } from './Feedback';
+export { replayIntegrationShim } from './Replay';
export {
browserTracingIntegrationShim,
addTracingExtensionsShim,
-} from './browsertracing';
+} from './BrowserTracing';
0 commit comments