Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/docs/30-advanced/68-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ First, a bundler may place code imported by `instrumentation.server.js` and appl
Second, a bundler may inline or transform the module you want to instrument. For example, it could replace this:

```js
// @errors: 2307 example library
import { query } from 'my-database-library';
```

Expand Down