Skip to content

Handmade profil triggered by the SDK are enlisted by default. #53

Description

@thomasdiluccio

Profiles triggered by custom code are enlisted by default. They cannot be unlisted. Tested with the v1.23.0 and the v1.25.0.

$this->blackfireClient = new Client();
$this->config = new Configuration();

or

$this->blackfireClient = new Client();
$this->config = (new Configuration())
    ->setMetadata('skip_timeline', 'true')
;

both lead to enlisted results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions