File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7474 with :
7575 environment : development
7676 version : ${{ env.EDGE_TAG }}
77+ version_prefix : " devbox@"
7778 - name : Publish snapshot release to GitHub
7879 uses : softprops/action-gh-release@v1
7980 with :
@@ -119,6 +120,7 @@ jobs:
119120 with :
120121 environment : production
121122 version : ${{ github.ref }}
123+ version_prefix : " devbox@"
122124 - name : Release with goreleaser
123125 uses : goreleaser/goreleaser-action@v3
124126 with :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func initSentryClient(appName string) bool {
3939 err := sentry .Init (sentry.ClientOptions {
4040 Dsn : build .SentryDSN ,
4141 Environment : environment ,
42- Release : build .Version ,
42+ Release : appName + "@" + build .Version ,
4343 Transport : transport ,
4444 TracesSampleRate : 1 ,
4545 BeforeSend : func (event * sentry.Event , _ * sentry.EventHint ) * sentry.Event {
You can’t perform that action at this time.
0 commit comments