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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ This module provides an integration for [Technology/Framework Name].
42
42
Please consult the documentation on how to install and use this integration in the Sentry Docs for [Android](https://docs.sentry.io/platforms/android/integrations/{module-name}/) or [Java](https://docs.sentry.io/platforms/java/tracing/instrumentation/{module-name}/).
43
43
```
44
44
45
-
### 4. Update Main README.md
45
+
The following tasks are required only when adding a module that isn't a sample.
46
+
47
+
### 3. Update Main README.md
46
48
47
49
Add the new module to the packages table in the main `README.md` with a placeholder link to the badge:
48
50
@@ -52,14 +54,14 @@ Add the new module to the packages table in the main `README.md` with a placehol
52
54
53
55
Note that the badge will only work after the module is released to Maven Central.
54
56
55
-
### 5. Add Documentation to docs.sentry.io
57
+
### 4. Add Documentation to docs.sentry.io
56
58
57
59
Add the necessary documentation to [docs.sentry.io](https://docs.sentry.io):
58
60
- For Java modules: Add to Java platform docs, usually in integrations section
59
61
- For Android modules: Add to Android platform docs, usually in integrations section
60
62
- Include installation instructions, configuration options, and usage examples
61
63
62
-
### 6. Post release tasks
64
+
### 5. Post release tasks
63
65
64
66
Remind the user to perform the following tasks after the module is merged and released:
0 commit comments