Skip to content

Commit 120c34c

Browse files
authored
fix: error tracking autocapture is recommended and not required (#13491)
1 parent abff40a commit 120c34c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contents/docs/error-tracking/installation/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before proceeding, confirm that you can capture events with PostHog using `posth
2323

2424
</Step>
2525

26-
<Step title="Setting up exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Angular application." badge="required">
26+
<Step title="Setting up exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Angular application." badge="recommended">
2727

2828
Exception autocapture can be enabled during initialization of the PostHog client to automatically capture any exception thrown by your Angular application.
2929

contents/docs/error-tracking/installation/node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before proceeding, confirm that you can capture events with PostHog using `clien
3939

4040
</Step>
4141

42-
<Step title="Configure exception autocapture" badge="required">
42+
<Step title="Configure exception autocapture" badge="recommended">
4343

4444
> **Note:** A minimum SDK version of v4.5.2 is required, but we recommend [keeping up to date with the latest version](/docs/sdk-doctor) to ensure you have all of error tracking's features.
4545

contents/docs/error-tracking/installation/nuxt-3-6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default defineEventHandler(async (event) => {
6969

7070
</Step>
7171

72-
<Step title="Configuring exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Nuxt application." badge="required">
72+
<Step title="Configuring exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Nuxt application." badge="recommended">
7373

7474
Update your `posthog.client.js` to add an error hook.
7575

contents/docs/error-tracking/installation/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Before proceeding, enable debug and call `posthog.capture('test_event')` to make
5050

5151
</Step>
5252

53-
<Step title="Setting up exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Python application." badge="required">
53+
<Step title="Setting up exception autocapture" subtitle="Your goal in this step: Enable automatic exception tracking for your Python application." badge="recommended">
5454

5555
> **Note:** A minimum SDK version of v3.7.0 is required, but we recommend [keeping up to date with the latest version](/docs/sdk-doctor) to ensure you have all of error tracking's features.
5656

0 commit comments

Comments
 (0)