Skip to content

Commit

Permalink
Merge pull request #5 from T8RIN/main
Browse files Browse the repository at this point in the history
Fixed "lambd" typo
  • Loading branch information
skydoves committed Aug 22, 2023
2 parents 5a499e3 + b06edf6 commit e7661d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It's recommended to install Snitcher on your **Application** class or your on in

### 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 e7661d8

Please sign in to comment.