Skip to content

Commit 84dca2e

Browse files
authored
address comments
1 parent 71c1ca1 commit 84dca2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.cursor/rules/new_module.mdc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ This module provides an integration for [Technology/Framework Name].
4242
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}/).
4343
```
4444

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
4648

4749
Add the new module to the packages table in the main `README.md` with a placeholder link to the badge:
4850

@@ -52,14 +54,14 @@ Add the new module to the packages table in the main `README.md` with a placehol
5254

5355
Note that the badge will only work after the module is released to Maven Central.
5456

55-
### 5. Add Documentation to docs.sentry.io
57+
### 4. Add Documentation to docs.sentry.io
5658

5759
Add the necessary documentation to [docs.sentry.io](https://docs.sentry.io):
5860
- For Java modules: Add to Java platform docs, usually in integrations section
5961
- For Android modules: Add to Android platform docs, usually in integrations section
6062
- Include installation instructions, configuration options, and usage examples
6163

62-
### 6. Post release tasks
64+
### 5. Post release tasks
6365

6466
Remind the user to perform the following tasks after the module is merged and released:
6567

0 commit comments

Comments
 (0)