Skip to content

Commit

Permalink
remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed May 13, 2024
1 parent cde51d3 commit 3db82a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/check-exports.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const ignoredBrowser = [
'makeFetchTransport',
'makeMultiplexedTransport',
'lazyLoadIntegration',
// deprecated
'captureUserFeedback',
];

const ignoredNode = [
Expand Down
1 change: 0 additions & 1 deletion src/renderer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export {
captureFeedback,
captureMessage,
captureSession,
captureUserFeedback,
chromeStackLineParser,
contextLinesIntegration,
continueTrace,
Expand Down

0 comments on commit 3db82a0

Please sign in to comment.