| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Document always-available deliberate APIs, source-local automatic Logs opt-ins, and warning-only handling of obsolete aggregate settings. Co-Authored-By: Claude <noreply@anthropic.com>
📲 Install BuildsAndroid
|
Sorry, something went wrong.
| - `enabled` boolean (default `false` for opt-in) | ||
| - `sampleRate` double (if the feature supports sampling) | ||
| - `beforeSend` callback interface (nested inside the options class) | ||
| Do not assume that a namespaced signal needs an aggregate `enabled` field. In particular, Logs and |
There was a problem hiding this comment.
Will the agents be confused by the implications of logs and metrics having e.g. sampling? In the old version there was an explicit if the features supports... comment
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Stack (Logs and Metrics Enable Flags)
📜 Description
Updates the repository's options guidance to match the Logs and Metrics configuration model introduced by this stack.
The rule now distinguishes deliberate API capture from automatic integrations, documents every integration-local Logs opt-in, and prevents future changes from restoring obsolete aggregate enable flags.
💡 Motivation and Context
The previous guidance instructed maintainers and coding agents to add and check aggregate enabled fields, bind sentry.logs.enabled, and apply Android aggregate metadata. Those instructions no longer compile or match the intended architecture after removal of the Logs and Metrics enable flags.
💚 How did you test it?
📝 Checklist
🔮 Next steps
Publish the user-facing Java and Android migration guide tracked separately for this stack.
#skip-changelog