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
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
We have a some php apis we've added that haven't made it into the docs yet.
We should make sure they are clear on usage between both Laravel & Symfony. The code snippet below is how to import the Laravel version of the agent into the file. I don't know what the right code for Symfony is.
// At top of file somewhere with other imports
use Scoutapm\Laravel\Facades\ScoutApm;
// Later, when you are in a transaction that you want to ignore
ScoutApm::ignore()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a some php apis we've added that haven't made it into the docs yet.
We should make sure they are clear on usage between both Laravel & Symfony. The code snippet below is how to import the Laravel version of the agent into the file. I don't know what the right code for Symfony is.
Ignore
https://github.com/scoutapp/scout-apm-php/blob/master/src/ScoutApmAgent.php#L60
The text was updated successfully, but these errors were encountered: