-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1279 from ephemeraHQ/ar/merge-feature-v3-split
feat: Merge V3 Branch to Release 3.0.0
- Loading branch information
Showing
391 changed files
with
15,786 additions
and
17,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
const init = jest.fn(); | ||
const captureException = jest.fn(); | ||
const captureMessage = jest.fn(); | ||
const addBreadcrumb = jest.fn(); | ||
const withScope = jest.fn(); | ||
|
||
const MockedSentry = { | ||
init, | ||
captureException, | ||
captureMessage, | ||
addBreadcrumb, | ||
withScope, | ||
}; | ||
|
||
export { init, captureException, captureMessage, addBreadcrumb, withScope }; | ||
|
||
export default MockedSentry; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.