Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace/performance is not being collected/pushed #442

Closed
douglasjam opened this issue Feb 10, 2021 · 2 comments · Fixed by #423
Closed

trace/performance is not being collected/pushed #442

douglasjam opened this issue Feb 10, 2021 · 2 comments · Fixed by #423

Comments

@douglasjam
Copy link

I'd like to enable traces with my Symfony application, but I tried and dug into the bundle, but couldn't manage to make it work, simply nothing appears on the website.

Issues/exceptions are being collected properly but traces not.

Do I need to do some extra configuration? How can I debug why it doesn't work properly? What is missing? I added breakpoints in the isTracingEnabled and startTransaction but doesn't go there.

Environment

symfony 5.2
sentry SaaS
php 8.02
sentry/sentry-symfony 4.0

Steps to Reproduce

I have the following configuration

packages/sentry.yaml

sentry:
    dsn: '%env(SENTRY_DSN)%'
    register_error_listener: true
    options:
        traces_sample_rate: 1.0

services.yaml

    Sentry\Monolog\Handler:
        public: true
        arguments:
            $level: !php/const Monolog\Logger::WARNING
@Jean85
Copy link
Collaborator

Jean85 commented Feb 10, 2021

Unfortunately that's something that is still being worked on. You can look at our progress in #423 and subsequent #426 and #430.
The DB tracing is proving to be more difficult that expected due to Doctrine libraries being at a crossroad between 2.x and 3.x.

@ste93cry
Copy link
Collaborator

ste93cry commented May 4, 2021

I'm closing this because the performance tracing has been released with version 4.1.0

@ste93cry ste93cry closed this as completed May 4, 2021
@ste93cry ste93cry unpinned this issue May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants