Skip to content

Commit

Permalink
Upcoming Release Changes (#2116)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Dec 12, 2023
1 parent aff6ea0 commit a978d73
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/grumpy-weeks-press.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/plugins/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @envelop/sentry

## 8.0.0

### Major Changes

- [`aff6ea0`](https://github.com/n1ru4l/envelop/commit/aff6ea09e71f07355dd91ba152dcc9534466d41f)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Allow to provide the context type as a
generic parameter

**Breaking Change:** Since this introduces a typed context as a generic, TS will not always infer
the correct type for you. If you have a custom Context type, please consider explicitly pass this
context type as a generic argument:

```ts
cont yoga = createYoga<CustomContext>({
plugins: [
useSentry<CustomContext>({
//...
})
]
})
```

## 7.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/sentry",
"version": "7.1.1",
"version": "8.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit a978d73

Please sign in to comment.