Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sentry does not send events to server in messenger context #259

Closed
@bjalt

Description

@bjalt

The sentry/sentry/src/Transport/HttpTransport.php:81 will not send events while running in a worker process. Switching the statement to $promise = $this->httpClient->sendRequest($request); will work.
One can also observer how the $this->pendingRequests[] is holding all the pending request. But non is getting send to the sentry server for display in the sentry frontend.

Can You please advice how to continue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions