Skip to content

Commit

Permalink
set version string to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 5, 2024
1 parent 7539fdf commit b0a1aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
'clientOptions' => [
'attach_stacktrace' => false, // stack trace identifies the logger call stack, not helpful
'environment' => YII_ENV,
'release' => 'idp-id-sync@5.1.2',
'release' => 'idp-id-sync@develop',
'before_send' => function (Event $event) use ($idpName): ?Event {
$event->setExtra(['idp' => $idpName]);
return $event;
Expand Down

0 comments on commit b0a1aac

Please sign in to comment.