Skip to content

Initiate main span for CLI applications #32

@andrew-demb

Description

@andrew-demb

For now, the library initiates the main span only for the HTTP context, but not for the CLI.

public static function getSubscribedEvents(): array
{
return [
RequestEvent::class => ['onRequest', 1024],
TerminateEvent::class => ['onTerminate', 4096],
];
}

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