-
-
Notifications
You must be signed in to change notification settings - Fork 217
Add Auto Release Detection #800
base: master
Are you sure you want to change the base?
Changes from 4 commits
84562b1
3105fdb
944bd20
d44aa95
e4bb06b
b74778c
4060e94
38feb8d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,45 @@ | ||||||
| --- | ||||||
| title: Detect Release Automatically | ||||||
| --- | ||||||
|
|
||||||
| <Alert title="Note on --- " level="info"> | ||||||
| Should we call special attention to something to encourage best practices and prevent and bad DX? | ||||||
| </Alert> | ||||||
|
|
||||||
|
|
||||||
| ## Release | ||||||
|
|
||||||
|
|
||||||
| ```json | ||||||
| { | ||||||
| "release": "my-project-name@1.0.0" | ||||||
| } | ||||||
| ``` | ||||||
|
|
||||||
| ```json | ||||||
| { | ||||||
| "release": "721e41770371db95eee98ca2707686226b993eda" | ||||||
| } | ||||||
| ``` | ||||||
|
|
||||||
| ## SDK Examples | ||||||
|
|
||||||
| | Source | Description | <div style="width:220px">Examples</div> | | ||||||
| | ------------- | ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | | ||||||
| | Python SDK | -SENTRY_RELEASE env variable <br /> - Output of git rev-parse HEAD | | | ||||||
| | Rust SDK | | | | ||||||
| | Browser SDK | | | | ||||||
| | Node SDK | | | | ||||||
| | Dart/Flutter | | | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. I'd omit Dart altogether at this point:
Suggested change
|
||||||
| | Java/Android | | | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Java will be different than Android
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://www.notion.so/sentry/PR-Dev-Auto-release-setting-techniques-a0da5ba23058406ca56be5fe3524d4c4 yep you are right they are separated in the second column here, should just give them both a row, and make android (Java) or something |
||||||
| | Cocoa/Apple | | | | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | React Native | | | | ||||||
| | Unity | | | | ||||||
| | Unreal Engine | | | | ||||||
| | Capacitor | | | | ||||||
| | Cordova | | | | ||||||
| | UXamarin | | | | ||||||
|
smeubank marked this conversation as resolved.
Outdated
|
||||||
| | PHP | | | | ||||||
| | Ruby | | | | ||||||
| | Golang | | | | ||||||
| | .NET | | | | ||||||
Uh oh!
There was an error while loading. Please reload this page.