You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/rules/new_module.mdc
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,13 @@ Add the necessary documentation to [docs.sentry.io](https://docs.sentry.io):
59
59
- For Android modules: Add to Android platform docs, usually in integrations section
60
60
- Include installation instructions, configuration options, and usage examples
61
61
62
-
### 6. Release the SDK
62
+
### 6. Post release tasks
63
63
64
-
After the module is implemented and tested:
64
+
Remind the user to perform the following tasks after the module is merged and released:
65
65
66
-
1. Release the SDK through the normal release process
66
+
1. Add the SDK to the Sentry release registry, following the instructions in the [sentry-release-registry README](https://github.com/getsentry/sentry-release-registry#adding-new-sdks)
67
67
68
-
2. Add the SDK to the Sentry release registry, following the instructions in the [sentry-release-registry README](https://github.com/getsentry/sentry-release-registry#adding-new-sdks).
69
-
70
-
3. Add the module to `.craft.yml` in the `sdks` section:
68
+
2. Add the module to `.craft.yml` in the `sdks` section:
0 commit comments