Skip to content

Commit 89fc020

Browse files
authored
Clarify Excimer macOS support (#9269)
1 parent df803d5 commit 89fc020

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/platforms/php/common/profiling/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry PHP SDK version `3.15.0` and above.
1212
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.
1313

1414
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.
1616

1717
<Note>
1818

19-
Excimer requires Linux and doesn't support Windows or macOS.
19+
Excimer requires Linux or macOS and doesn't support Windows.
2020

2121
</Note>
2222

docs/platforms/php/guides/laravel/profiling/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Laravel SDK version `3.3.0` and above
1212
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.
1313

1414
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.
1616

1717
<Note>
1818

19-
Excimer requires Linux and doesn't support Windows or macOS.
19+
Excimer requires Linux or macOS and doesn't support Windows.
2020

2121
</Note>
2222

docs/platforms/php/guides/symfony/profiling/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Symfony SDK version `4.7.0` and above
1212
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.
1313

1414
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.
1616

1717
<Note>
1818

19-
Excimer requires Linux and doesn't support Windows or macOS.
19+
Excimer requires Linux or macOS and doesn't support Windows.
2020

2121
</Note>
2222

0 commit comments

Comments
 (0)