Skip to content

Commit 2c0c99e

Browse files
author
Luca Forstner
authored
chore: Lint changelog and migration guide (#10142)
1 parent ac278e7 commit 2c0c99e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const job = scheduleWithCheckIn.scheduleJob('my-cron-job', '* * * * *', () => {
6868
- fix(node): Revert to only use sync debugger for `LocalVariables` (#10077)
6969
- fix(node): Update ANR min node version to v16.17.0 (#10107)
7070

71-
7271
## 7.92.0
7372

7473
### Important Changes

MIGRATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ changes!
1212

1313
## Changed integration interface
1414

15-
In v8, integrations passed to a client will have an optional `setupOnce()` hook.
16-
Currently, this hook is always present, but in v8 you will not be able to rely on this always existing anymore -
17-
any integration _may_ have a `setup` and/or a `setupOnce` hook. Additionally, `setupOnce()` will not receive any arguments anymore.
15+
In v8, integrations passed to a client will have an optional `setupOnce()` hook. Currently, this hook is always present,
16+
but in v8 you will not be able to rely on this always existing anymore - any integration _may_ have a `setup` and/or a
17+
`setupOnce` hook. Additionally, `setupOnce()` will not receive any arguments anymore.
1818

1919
This should not affect most people, but in the case that you are manually calling `integration.setupOnce()` right now,
2020
make sure to guard it's existence properly.

0 commit comments

Comments
 (0)