Skip to content

Commit e2d49ed

Browse files
rfc(decision): Prevent duplicate AI Client Spans
1 parent 1292d6b commit e2d49ed

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ This repository contains RFCs and DACIs. Lost?
7171
- [0146-automatic-in-app-rules](text/0146-automatic-in-app-rules.md): For Java projects, when a code mapping is automatically created, also create an in-app stack trace rules to categorize the frames as in-app
7272
- [0148-logs-for-crashes](text/0148-logs-for-crashes.md): Logs for Crashes
7373
- [0149-merge-bundler-plugins](text/0149-merge-bundler-plugins.md): Merge sentry-javascript-bundler-plugins into sentry-javascript
74+
- [0155-prevent-duplicate-ai-client-spans](text/0155-prevent-duplicate-ai-client-spans.md): Prevent duplicate AI Client Spans
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- Start Date: 2026-03-09
2+
- RFC Type: decision
3+
- RFC PR: https://github.com/getsentry/rfcs/pull/155
4+
- RFC Status: draft
5+
6+
# Summary
7+
8+
One paragraph explanation of the feature or document purpose.
9+
10+
# Motivation
11+
12+
Why are we doing this? What use cases does it support? What is the expected outcome?
13+
14+
# Background
15+
16+
The reason this decision or document is required. This section might not always exist.
17+
18+
# Supporting Data
19+
20+
[Metrics to help support your decision (if applicable).]
21+
22+
# Options Considered
23+
24+
If an RFC does not know yet what the options are, it can propose multiple options. The
25+
preferred model is to propose one option and to provide alternatives.
26+
27+
# Drawbacks
28+
29+
Why should we not do this? What are the drawbacks of this RFC or a particular option if
30+
multiple options are presented.
31+
32+
# Unresolved questions
33+
34+
- What parts of the design do you expect to resolve through this RFC?
35+
- What issues are out of scope for this RFC but are known?

0 commit comments

Comments
 (0)