1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib
Mark Stacey 1f36ba4b75
Fix Sentry deduplication of events that were never sent (#15677)
The Sentry `Dedupe` integration has been filtering out our events, even
when they were never sent due to our `beforeSend` handler. It was
wrongly identifying them as duplicates because it has no knowledge of
`beforeSend` or whether they were actually sent or not.

To resolve this, the filtering we were doing in `beforeSend` has been
moved to a Sentry integration. This integration is installed ahead of
the `Dedupe` integration, so `Dedupe` should never find out about any
events that we filter out, and thus will never consider them as sent
when they were not.
2022-08-23 16:14:14 -02:30
..
ens-ipfs update prettier (#15360) 2022-07-31 13:26:40 -05:00
migrator remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
rpc-method-middleware Update createMethodMiddleware.js (#15505) 2022-08-08 16:52:40 -10:00
account-tracker.js Prevent type error in catch block in account-tracker.js _updateAccount (#15589) 2022-08-15 15:28:56 -02:30
buy-url.js update prettier (#15360) 2022-07-31 13:26:40 -05:00
buy-url.test.js update prettier (#15360) 2022-07-31 13:26:40 -05:00
cleanErrorStack.js
cleanErrorStack.test.js
ComposableObservableStore.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
ComposableObservableStore.test.js Bump minimum Node.js version to 16 (#15131) 2022-07-02 23:32:18 -07:00
createLoggerMiddleware.js
createMetaRPCHandler.js
createMetaRPCHandler.test.js
createOnboardingMiddleware.js
createOriginMiddleware.js
createRPCMethodTrackingMiddleware.js Fix Provider Tracking Metrics (#15082) 2022-07-20 08:25:04 -05:00
createRPCMethodTrackingMiddleware.test.js Fix Provider Tracking Metrics (#15082) 2022-07-20 08:25:04 -05:00
createStreamSink.js
createTabIdMiddleware.js
decrypt-message-manager.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
encryption-public-key-manager.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
extractEthjsErrorMessage.js
get-first-preferred-lang-code.js
getObjStructure.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
local-store.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
message-manager.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
message-manager.test.js
metaRPCClientFactory.js Fix rpc and tests (#15570) 2022-08-16 18:21:35 +05:30
metaRPCClientFactory.test.js Fix rpc and tests (#15570) 2022-08-16 18:21:35 +05:30
network-store.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
notification-manager.js
personal-message-manager.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
personal-message-manager.test.js
seed-phrase-verifier.js
seed-phrase-verifier.test.js
segment.js
sentry-filter-events.ts Fix Sentry deduplication of events that were never sent (#15677) 2022-08-23 16:14:14 -02:30
setupSentry.js Fix Sentry deduplication of events that were never sent (#15677) 2022-08-23 16:14:14 -02:30
stream-utils.js
typed-message-manager.js update prettier (#15360) 2022-07-31 13:26:40 -05:00
typed-message-manager.test.js
util.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
util.test.js