Skip to content

Commit

Permalink
Merge pull request #155 from Crossbell-Box/develop
Browse files Browse the repository at this point in the history
chore: Send a test error to Sentry.
  • Loading branch information
dohooo authored Jun 24, 2023
2 parents ee5369f + b855052 commit 95c8c5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-falcons-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"xlog": patch
---

Send a test error to Sentry.
1 change: 1 addition & 0 deletions src/pages/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const Settings: React.FC<Props> = () => {
};

const testSentry = () => {
// Send a test error to Sentry.
Sentry.Native.captureException(new Error("Test Sentry"));
toast.show(t("Sended"), {
burntOptions: {
Expand Down

0 comments on commit 95c8c5c

Please sign in to comment.