Skip to content

Commit 610f1dc

Browse files
committed
one more rule
1 parent 096542f commit 610f1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cursor/BUGBOT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Do not flag the issues below if they appear in tests.
6262
- Only waiting for a request, after an action is performed. Instead, start waiting, perform action, await request promise.
6363
- Race conditions when waiting on multiple requests. Ensure that waiting checks are unique enough and don't depend on a hard order when there's a chance that telemetry can be sent in arbitrary order.
6464
- Timeouts or sleeps in tests. Instead suggest concrete events or other signals to wait on.
65+
- Flag usage of `getFirstEnvelope*`, `getMultipleEnvelope*` or related test helpers. These are NOT reliable anymore. Instead suggest helpers like `waitForTransaction`, `waitForError`, `waitForSpans`, etc.
6566

6667
## Platform-safe code
6768

0 commit comments

Comments
 (0)