├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── link-check.yml ├── 0000-template.md ├── README.md ├── find-unlinked.py ├── new-rfc.py └── text ├── 0001-workflow.md ├── 0002-new-architecture.md ├── 0003-browser-js-built-in-metrics.md ├── 0004-import-reorg.md ├── 0005-symbolicator-caching.md ├── 0012-keep-job-retrying-off.md ├── 0013-portable-pdb.md ├── 0015-expose-handeled-property.md ├── 0016-auto-code-mappings.md ├── 0016-code-mapping-logic.png ├── 0022-response-context.md ├── 0027-manual-disabling-of-flaky-tests.md ├── 0033-view-hierarchy.md ├── 0034-sdk-lifecycle-hooks.md ├── 0036-auto-instrumentation-ui-thread.md ├── 0037-anr-rates.md ├── 0038-scrubbing-sensitive-data.md ├── 0039-sdks-report-file-IO-on-main-thread.md ├── 0042-gocd-succeeds-freight-as-our-cd-solution.md ├── 0043-instruction-addr-adjustment.md ├── 0044-heartbeat.md ├── 0046-ttfd-automatic-transaction-span.md ├── 0047-introduce-profile-context.md ├── 0048-move-replayid-out-of-tags.md ├── 0060-linking-backend-errors-with-replays.md ├── 0062-controlling-pii-and-credentials-in-sd-ks.md ├── 0063-sdk-crash-monitoring.md ├── 0070-document-sensitive-data-collected.md ├── 0071-continue-trace-over-process-boundaries.md ├── 0072-kafka-schema-registry.md ├── 0073-usage-of-transaction-types.md ├── 0074-source-context-via-links.md ├── 0075-span-thread-id.md ├── 0078-escalating-issues.md ├── 0079-exception-groups.md ├── 0080-images ├── States_and_Properties-Current.jpg └── issue_state_diagram.png ├── 0080-issue-states.md ├── 0081-sourcemap-debugid.md ├── 0082-combined-replay-envelope-item.md ├── 0084-move-docs-to-sentry-repository.md ├── 0086-sentry-bundler-plugins-api.md ├── 0087-graphql-errors.md ├── 0088-fix-memory-limitiations-in-session-replays-access-pattern.md ├── 0091-ci-upload-tokens.md ├── 0092-replay-issue-creation.md ├── 0095-escalating-forecasts-merged-issues.md ├── 0096-client-sampling-decision-dsc.md ├── 0101-revamping-the-sdk-performance-api.md ├── 0106-artifact-indices.md ├── 0116-sentry-semantic-conventions.md ├── 0118-mobile-transactions-and-spans.md ├── 0119-rust-in-sentry.md ├── 0123-metrics-correlation.md ├── 0126-sdk-spans-aggregator.md ├── 0129-video-replay-envelope.md ├── 0131-pass-native-sdk-spans-to-hybrid.md ├── 0138-achieving-order-between-pageload-and-srr-spans.md ├── 0138-confusing-trace.png ├── 0139-versioned-docs.md ├── 0141-linking-traces.md ├── 0141-previous-trace-links-full-sampling.png ├── 0141-previous-trace-partial-sampling.png ├── 0143-sdk-fail-safe-mode.md ├── 0146-automatic-in-app-rules.md ├── 0148-logs-for-crashes-ios-crumb-overhead-spans.png └── 0148-logs-for-crashes.md /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/link-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/.github/workflows/link-check.yml -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /find-unlinked.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/find-unlinked.py -------------------------------------------------------------------------------- /new-rfc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/new-rfc.py -------------------------------------------------------------------------------- /text/0001-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0001-workflow.md -------------------------------------------------------------------------------- /text/0002-new-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0002-new-architecture.md -------------------------------------------------------------------------------- /text/0003-browser-js-built-in-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0003-browser-js-built-in-metrics.md -------------------------------------------------------------------------------- /text/0004-import-reorg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0004-import-reorg.md -------------------------------------------------------------------------------- /text/0005-symbolicator-caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0005-symbolicator-caching.md -------------------------------------------------------------------------------- /text/0012-keep-job-retrying-off.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0012-keep-job-retrying-off.md -------------------------------------------------------------------------------- /text/0013-portable-pdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0013-portable-pdb.md -------------------------------------------------------------------------------- /text/0015-expose-handeled-property.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0015-expose-handeled-property.md -------------------------------------------------------------------------------- /text/0016-auto-code-mappings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0016-auto-code-mappings.md -------------------------------------------------------------------------------- /text/0016-code-mapping-logic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0016-code-mapping-logic.png -------------------------------------------------------------------------------- /text/0022-response-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0022-response-context.md -------------------------------------------------------------------------------- /text/0027-manual-disabling-of-flaky-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0027-manual-disabling-of-flaky-tests.md -------------------------------------------------------------------------------- /text/0033-view-hierarchy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0033-view-hierarchy.md -------------------------------------------------------------------------------- /text/0034-sdk-lifecycle-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0034-sdk-lifecycle-hooks.md -------------------------------------------------------------------------------- /text/0036-auto-instrumentation-ui-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0036-auto-instrumentation-ui-thread.md -------------------------------------------------------------------------------- /text/0037-anr-rates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0037-anr-rates.md -------------------------------------------------------------------------------- /text/0038-scrubbing-sensitive-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0038-scrubbing-sensitive-data.md -------------------------------------------------------------------------------- /text/0039-sdks-report-file-IO-on-main-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0039-sdks-report-file-IO-on-main-thread.md -------------------------------------------------------------------------------- /text/0042-gocd-succeeds-freight-as-our-cd-solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0042-gocd-succeeds-freight-as-our-cd-solution.md -------------------------------------------------------------------------------- /text/0043-instruction-addr-adjustment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0043-instruction-addr-adjustment.md -------------------------------------------------------------------------------- /text/0044-heartbeat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0044-heartbeat.md -------------------------------------------------------------------------------- /text/0046-ttfd-automatic-transaction-span.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0046-ttfd-automatic-transaction-span.md -------------------------------------------------------------------------------- /text/0047-introduce-profile-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0047-introduce-profile-context.md -------------------------------------------------------------------------------- /text/0048-move-replayid-out-of-tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0048-move-replayid-out-of-tags.md -------------------------------------------------------------------------------- /text/0060-linking-backend-errors-with-replays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0060-linking-backend-errors-with-replays.md -------------------------------------------------------------------------------- /text/0062-controlling-pii-and-credentials-in-sd-ks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0062-controlling-pii-and-credentials-in-sd-ks.md -------------------------------------------------------------------------------- /text/0063-sdk-crash-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0063-sdk-crash-monitoring.md -------------------------------------------------------------------------------- /text/0070-document-sensitive-data-collected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0070-document-sensitive-data-collected.md -------------------------------------------------------------------------------- /text/0071-continue-trace-over-process-boundaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0071-continue-trace-over-process-boundaries.md -------------------------------------------------------------------------------- /text/0072-kafka-schema-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0072-kafka-schema-registry.md -------------------------------------------------------------------------------- /text/0073-usage-of-transaction-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0073-usage-of-transaction-types.md -------------------------------------------------------------------------------- /text/0074-source-context-via-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0074-source-context-via-links.md -------------------------------------------------------------------------------- /text/0075-span-thread-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0075-span-thread-id.md -------------------------------------------------------------------------------- /text/0078-escalating-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0078-escalating-issues.md -------------------------------------------------------------------------------- /text/0079-exception-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0079-exception-groups.md -------------------------------------------------------------------------------- /text/0080-images/States_and_Properties-Current.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0080-images/States_and_Properties-Current.jpg -------------------------------------------------------------------------------- /text/0080-images/issue_state_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0080-images/issue_state_diagram.png -------------------------------------------------------------------------------- /text/0080-issue-states.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0080-issue-states.md -------------------------------------------------------------------------------- /text/0081-sourcemap-debugid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0081-sourcemap-debugid.md -------------------------------------------------------------------------------- /text/0082-combined-replay-envelope-item.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0082-combined-replay-envelope-item.md -------------------------------------------------------------------------------- /text/0084-move-docs-to-sentry-repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0084-move-docs-to-sentry-repository.md -------------------------------------------------------------------------------- /text/0086-sentry-bundler-plugins-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0086-sentry-bundler-plugins-api.md -------------------------------------------------------------------------------- /text/0087-graphql-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0087-graphql-errors.md -------------------------------------------------------------------------------- /text/0088-fix-memory-limitiations-in-session-replays-access-pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0088-fix-memory-limitiations-in-session-replays-access-pattern.md -------------------------------------------------------------------------------- /text/0091-ci-upload-tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0091-ci-upload-tokens.md -------------------------------------------------------------------------------- /text/0092-replay-issue-creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0092-replay-issue-creation.md -------------------------------------------------------------------------------- /text/0095-escalating-forecasts-merged-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0095-escalating-forecasts-merged-issues.md -------------------------------------------------------------------------------- /text/0096-client-sampling-decision-dsc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0096-client-sampling-decision-dsc.md -------------------------------------------------------------------------------- /text/0101-revamping-the-sdk-performance-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0101-revamping-the-sdk-performance-api.md -------------------------------------------------------------------------------- /text/0106-artifact-indices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0106-artifact-indices.md -------------------------------------------------------------------------------- /text/0116-sentry-semantic-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0116-sentry-semantic-conventions.md -------------------------------------------------------------------------------- /text/0118-mobile-transactions-and-spans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0118-mobile-transactions-and-spans.md -------------------------------------------------------------------------------- /text/0119-rust-in-sentry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0119-rust-in-sentry.md -------------------------------------------------------------------------------- /text/0123-metrics-correlation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0123-metrics-correlation.md -------------------------------------------------------------------------------- /text/0126-sdk-spans-aggregator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0126-sdk-spans-aggregator.md -------------------------------------------------------------------------------- /text/0129-video-replay-envelope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0129-video-replay-envelope.md -------------------------------------------------------------------------------- /text/0131-pass-native-sdk-spans-to-hybrid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0131-pass-native-sdk-spans-to-hybrid.md -------------------------------------------------------------------------------- /text/0138-achieving-order-between-pageload-and-srr-spans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0138-achieving-order-between-pageload-and-srr-spans.md -------------------------------------------------------------------------------- /text/0138-confusing-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0138-confusing-trace.png -------------------------------------------------------------------------------- /text/0139-versioned-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0139-versioned-docs.md -------------------------------------------------------------------------------- /text/0141-linking-traces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0141-linking-traces.md -------------------------------------------------------------------------------- /text/0141-previous-trace-links-full-sampling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0141-previous-trace-links-full-sampling.png -------------------------------------------------------------------------------- /text/0141-previous-trace-partial-sampling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0141-previous-trace-partial-sampling.png -------------------------------------------------------------------------------- /text/0143-sdk-fail-safe-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0143-sdk-fail-safe-mode.md -------------------------------------------------------------------------------- /text/0146-automatic-in-app-rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0146-automatic-in-app-rules.md -------------------------------------------------------------------------------- /text/0148-logs-for-crashes-ios-crumb-overhead-spans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0148-logs-for-crashes-ios-crumb-overhead-spans.png -------------------------------------------------------------------------------- /text/0148-logs-for-crashes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsentry/rfcs/HEAD/text/0148-logs-for-crashes.md --------------------------------------------------------------------------------