Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Longridge <[email protected]>
  • Loading branch information
djskinner and tomlongridge authored Sep 12, 2023
1 parent 7eced91 commit 135ea40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ app.use(async (ctx, next) => {
})
```

Note: `req.bugsnag` (and `ctx.bugsnag` in koa) is still present in version 8 of `bugsnag-js`.
Notes

* `req.bugsnag` (and `ctx.bugsnag` in koa) is still present in version 8 of `bugsnag-js`, so you can continue using these as before.
* There are rare situations on Express servers when this contextual storage can get lost, causing the data stored to become server-scoped and so affect all threads that are being executed. See our [online docs](https://docs.bugsnag.com/platforms/javascript/express/node-async/#context-loss-in-express-servers) for full details.

#### breadcrumb support

Expand Down

0 comments on commit 135ea40

Please sign in to comment.