Skip to content

Commit

Permalink
Clarify Excimer macOS support (#9269)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Feb 28, 2024
1 parent df803d5 commit 89fc020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/php/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry PHP SDK version `3.15.0` and above.
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.

Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
The Excimer PHP extension supports PHP 7.2 and up.

<Note>

Excimer requires Linux and doesn't support Windows or macOS.
Excimer requires Linux or macOS and doesn't support Windows.

</Note>

Expand Down
4 changes: 2 additions & 2 deletions docs/platforms/php/guides/laravel/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Laravel SDK version `3.3.0` and above
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.

Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
The Excimer PHP extension supports PHP 7.2 and up.

<Note>

Excimer requires Linux and doesn't support Windows or macOS.
Excimer requires Linux or macOS and doesn't support Windows.

</Note>

Expand Down
4 changes: 2 additions & 2 deletions docs/platforms/php/guides/symfony/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Profiling for PHP is supported with Sentry Symfony SDK version `4.7.0` and above
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.

Under the hood, we're using Wikipedia's sampling profiler [Excimer](https://github.com/wikimedia/mediawiki-php-excimer).
The Excimer PHP extension supports PHP 7.2 and up. Use Excimer version 1.1.0 and above for PHP 8.2.
The Excimer PHP extension supports PHP 7.2 and up.

<Note>

Excimer requires Linux and doesn't support Windows or macOS.
Excimer requires Linux or macOS and doesn't support Windows.

</Note>

Expand Down

0 comments on commit 89fc020

Please sign in to comment.