Skip to content

Commit d59e942

Browse files
authored
fix: make it clear pino integration is node.js only (#15333)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR This isn't exported from the bun sdk yet, making that clear here. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent a6d5133 commit d59e942

File tree

1 file changed

+1
-2
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+1
-2
lines changed

docs/platforms/javascript/common/configuration/integrations/pino.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ supported:
2323
- javascript.remix
2424
- javascript.react-router
2525
- javascript.astro
26-
- javascript.bun
2726
- javascript.tanstackstart-react
2827
---
2928

3029
<Alert>
3130

32-
This integration only works in the Node.js and Bun runtimes. Requires SDK version `10.18.0` or higher.
31+
This integration only works in the Node.js runtime. Requires SDK version `10.18.0` or higher.
3332

3433
</Alert>
3534

0 commit comments

Comments
 (0)