Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

SDK Philosophy - Write less code #1316

Merged
merged 3 commits into from
Jun 25, 2024
Merged

SDK Philosophy - Write less code #1316

merged 3 commits into from
Jun 25, 2024

Conversation

HazAT
Copy link
Member

@HazAT HazAT commented Jun 24, 2024

Another addition for our SDK Philosophy

Another addition for our SDK Philosophy
Copy link

vercel bot commented Jun 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
develop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 9:56pm

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

src/docs/sdk/philosophy.mdx Outdated Show resolved Hide resolved
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
@HazAT HazAT merged commit a2e89e1 into master Jun 25, 2024
5 checks passed
@HazAT HazAT deleted the sdks-write-less-code branch June 25, 2024 08:24
@lforst
Copy link
Member

lforst commented Jun 25, 2024

Love it. The one question I had relates to "preemptive" filtering. Considering this philosophy, should we have code in the SDK, for example, to filter out known noisy errors?

@HazAT
Copy link
Member Author

HazAT commented Jun 25, 2024

@lforst well we do filtering on the server already - but there are still cases where we need to do filtering in the SDK because the technology we have on the server today is not there yet to make the best possible decision for data quality -> Tailbased Sampling / Buffering

Until we have that, we need to make some tradeoffs - but the ultimate goal is that SDKs collect raw data and send it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants