You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/php/common/profiling/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry PHP SDK version `3.15.0` and above.
12
12
With [profiling](/product/profiling/), Sentry allows you to collect and analyze performance profiles from real users in production to give you a complete picture of how your application performs in a variety of environments.
13
13
14
14
Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
15
-
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
15
+
The Excimer PHP extension supports PHP 7.2 and up.
16
16
17
17
<Note>
18
18
19
-
Excimer requires Linux and doesn't support Windows or macOS.
19
+
Excimer requires Linux or macOS and doesn't support Windows.
Copy file name to clipboardExpand all lines: docs/platforms/php/guides/laravel/profiling/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Laravel SDK version `3.3.0` and above
12
12
With [Profiling](/product/profiling/), Sentry allows you to collect and analyze performance profiles from real users in production to give you a complete picture of how your application performs in a variety of environments.
13
13
14
14
Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
15
-
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
15
+
The Excimer PHP extension supports PHP 7.2 and up.
16
16
17
17
<Note>
18
18
19
-
Excimer requires Linux and doesn't support Windows or macOS.
19
+
Excimer requires Linux or macOS and doesn't support Windows.
Copy file name to clipboardExpand all lines: docs/platforms/php/guides/symfony/profiling/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Symfony SDK version `4.7.0` and above
12
12
With [Profiling](/product/profiling/), Sentry allows you to collect and analyze performance profiles from real users in production to give you a complete picture of how your application performs in a variety of environments.
13
13
14
14
Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
15
-
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
15
+
The Excimer PHP extension supports PHP 7.2 and up.
16
16
17
17
<Note>
18
18
19
-
Excimer requires Linux and doesn't support Windows or macOS.
19
+
Excimer requires Linux or macOS and doesn't support Windows.
0 commit comments