Skip to content

Follow ActiveSupport's instrumentation format #118

@ericproulx

Description

@ericproulx

We should follow the pattern event.library.

Instead of

SERIALIZABLE_HASH_NOTIFICATION = 'render.bright_serializer.serializable_hash'
SERIALIZED_JSON_NOTIFICATION = 'render.bright_serializer.serializable_json'

we should

SERIALIZABLE_HASH_NOTIFICATION = 'serializable_hash.bright_serializer'
SERIALIZED_JSON_NOTIFICATION = 'serializable_json.bright_serializer'

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