Skip to content

Commit

Permalink
chore: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 2, 2020
1 parent df19d54 commit ebc763a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 1.4.2

- Bump android 2.1.4 #891
- Expose session timeout. #887
- Added `event.origin` and `event.environment` tags to determine where events originate from. #890

Expand Down Expand Up @@ -135,7 +138,7 @@ New way to import and init the SDK:
import * as Sentry from "@sentry/react-native";

Sentry.init({
dsn: "DSN"
dsn: "DSN",
});
```

Expand Down Expand Up @@ -371,7 +374,7 @@ To activate it set:

```js
Sentry.config("___DSN___", {
deactivateStacktraceMerging: false
deactivateStacktraceMerging: false,
});
```

Expand Down

0 comments on commit ebc763a

Please sign in to comment.