Skip to content

v1.13.1: Allow Sentry release project to be set

Choose a tag to compare

@am0s am0s released this 23 Jul 13:21
· 3 commits to master since this release

Set project by adding this to the config:

[
    'sentry' => [
        'project' => 'my-project',
    ],
]

All releases sent to Sentry will then be prefixed with my-project@.