Skip to content

Commit 9569bb2

Browse files
Update PHP Profiling troubleshooting (#8302)
Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
1 parent 0a9ca8b commit 9569bb2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/platforms/php/common/profiling/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ If you don't see any profiling data in [sentry.io](https://sentry.io), you can t
77

88
- Ensure that performance monitoring <PlatformLink to="/performance/">is enabled</PlatformLink>.
99
- Ensure that the <PlatformLink to="/performance/instrumentation/custom-instrumentation">custom instrumentation</PlatformLink> is sending performance data to Sentry by going to the **Performance** page in [sentry.io](https://sentry.io).
10+
- Ensure the <PlatformLink to="/integrations/#environmentintegration">`Sentry\Integration\EnvironmentIntegration`</PlatformLink> is enabled.

src/platforms/php/guides/laravel/profiling/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ If you don't see any profiling data in [sentry.io](https://sentry.io), you can t
88
- Ensure that performance monitoring <PlatformLink to="/performance/">is enabled</PlatformLink>.
99
- Ensure that the automatic instrumentation is sending performance data to Sentry by going to the **Performance** page in [sentry.io](https://sentry.io).
1010
- If the automatic instrumentation is not sending performance data, try using <PlatformLink to="/performance/instrumentation/custom-instrumentation">custom instrumentation</PlatformLink>.
11+
- Ensure the <PlatformLink to="/integrations/#environmentintegration">`Sentry\Integration\EnvironmentIntegration`</PlatformLink> is enabled.

src/platforms/php/guides/symfony/profiling/troubleshooting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ description: "Learn how to troubleshoot your profiling setup."
66
If you don't see any profiling data in [sentry.io](https://sentry.io), you can try the following:
77

88
- Ensure that performance monitoring <PlatformLink to="/performance/">is enabled</PlatformLink>.
9-
- Ensure that the <PlatformLink to="/performance/instrumentation/custom-instrumentation">custom instrumentation</PlatformLink> is sending performance data to Sentry by going to the **Performance** page in [sentry.io](https://sentry.io).
9+
- Ensure that the automatic instrumentation is sending performance data to Sentry by going to the **Performance** page in [sentry.io](https://sentry.io).
10+
- If the automatic instrumentation is not sending performance data, try using <PlatformLink to="/performance/instrumentation/custom-instrumentation">custom instrumentation</PlatformLink>.
11+
- Ensure the <PlatformLink to="/integrations/#environmentintegration">`Sentry\Integration\EnvironmentIntegration`</PlatformLink> is enabled.

0 commit comments

Comments
 (0)