Skip to content

Commit

Permalink
docs(js): Make verify scripts for bun, nest and node adhere to onboar…
Browse files Browse the repository at this point in the history
…ding option toggles (#10571)
  • Loading branch information
andreiborza committed Jul 3, 2024
1 parent 7a5a289 commit ddac3f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```javascript
```javascript {"onboardingOptions": {"performance": "1-4, 12"}}
Sentry.startSpan({
op: "test",
name: "My First Test Transaction",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```javascript
```javascript {"onboardingOptions": {"performance": "1-4, 12"}}
Sentry.startSpan({
op: "test",
name: "My First Test Span",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```javascript
```javascript {"onboardingOptions": {"performance": "1-4, 12"}}
Sentry.startSpan({
op: "test",
name: "My First Test Transaction",
Expand Down

0 comments on commit ddac3f2

Please sign in to comment.