Skip to content

Commit

Permalink
Fix typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 22, 2023
1 parent e7661d8 commit 721d5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trace-global-exception.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tracing Global Exceptions

You can trace the global exceptions by providing `exceptionHandler` lambd parameter. This can be highly beneficial if you intend to gather and report exceptions to other platforms, such as [Firebase Crashlyrics](https://firebase.google.com/docs/crashlytics).
You can trace the global exceptions by providing `exceptionHandler` lambda parameter. This can be highly beneficial if you intend to gather and report exceptions to other platforms, such as [Firebase Crashlyrics](https://firebase.google.com/docs/crashlytics).

```kotlin
Snitcher.install(
Expand Down

0 comments on commit 721d5ff

Please sign in to comment.