Skip to content

Commit 7918a9f

Browse files
authored
fix(angular): Adjust highlighted line numbers in getting started snippets (#12995)
1 parent b1b1d4f commit 7918a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/getting-started-config/javascript.angular.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Once this is done, Sentry's Angular SDK captures all unhandled exceptions and transactions.
22

3-
```typescript {tabTitle: App Config} {filename: main.ts} {5-31} {"onboardingOptions": {"performance": "10-13, 19-25", "session-replay": "14-16, 28-34"}}
3+
```typescript {tabTitle: App Config} {filename: main.ts} {5-35} {"onboardingOptions": {"performance": "10-13, 19-25", "session-replay": "14-16, 28-34"}}
44
import { bootstrapApplication } from "@angular/platform-browser";
55
import { appConfig } from "./app/app.config";
66
import { AppComponent } from "./app/app.component";
@@ -42,7 +42,7 @@ bootstrapApplication(AppComponent, appConfig).catch((err) =>
4242
);
4343
```
4444

45-
```typescript {tabTitle: NGModule Config} {filename: main.ts} {4-30} {"onboardingOptions": {"performance": "9-12, 17-24", "session-replay": "13-15, 25-29"}}
45+
```typescript {tabTitle: NGModule Config} {filename: main.ts} {4-34} {"onboardingOptions": {"performance": "9-12, 17-27", "session-replay": "13-15, 27-33"}}
4646
import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";
4747
import { AppModule } from "./app/app.module";
4848

0 commit comments

Comments
 (0)