Skip to content

Commit be30ec7

Browse files
committed
rfc(decision): DRAFT: Environment Variable conventions
1 parent 57098a6 commit be30ec7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ This repository contains RFCs and DACIs. Lost?
5858
- [0101-revamping-the-sdk-performance-api](text/0101-revamping-the-sdk-performance-api.md): Revamping the SDK Performance API
5959
- [0106-artifact-indices](text/0106-artifact-indices.md): Improvements to Source Maps Processing
6060
- [0116-sentry-semantic-conventions](text/0116-sentry-semantic-conventions.md): Sentry Semantic Conventions
61-
- [0117-mobile-transactions-and-spans](text/0117-mobile-transactions-and-spans.md): Transactions and Spans for Mobile Platforms
61+
- [0117-mobile-transactions-and-spans](text/0117-mobile-transactions-and-spans.md): Transactions and Spans for Mobile Platforms- [0121-draft-environment-variable-conventions](text/0121-draft-environment-variable-conventions.md): DRAFT: Environment Variable conventions

Diff for: text/0121-draft-environment-variable-conventions.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- Start Date: 2023-11-07
2+
- RFC Type: decision
3+
- RFC PR: https://github.com/getsentry/rfcs/pull/121
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)