getsentry/sentry-java is a Java and Android software development kit for sending application errors, events, and diagnostic information to Sentry. It is used by developers working with Java, Android, Kotlin, and other JVM-based applications to monitor software behavior. The catalogue rules, skills, instructions, and setting support workflows around this SDK.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/getsentry/sentry-java/agents-mdgit clone --depth 1 https://github.com/getsentry/sentry-javaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/getsentry/sentry-java/agents-md)<a href="https://agentmods.dev/instructions/getsentry/sentry-java/agents-md"><img src="https://agentmods.dev/badge/instructions/getsentry/sentry-java/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02545 | $0.02545 |
| Opus 5 | $0.01273 | $0.01273 |
| Sonnet 5 | $0.00509 | $0.00509 |
| Haiku 4.5 | $0.00254 | $0.00254 |
Grade A, and why
sentry-java AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to AI coding agents when working with code in this repository.
Domain-Specific Rules
This file covers the whole repository. Before working on a specific area, read the matching
rule file in .cursor/rules/:
| Rule | Read it when working on |
|---|---|
api |
Public API surface, binary compatibility, .api files, apiDump, IScope/IScopes/Sentry static API, protocol classes |
options |
SentryOptions, namespaced options, ExternalOptions, sentry.properties, ManifestMetadataReader, Spring Boot properties |
scopes |
Scope management, forking, lifecycle, ScopeType, thread-local storage, scope bleeding, Hub → Scopes migration |
deduplication |
Duplicate event detection, DuplicateEventDetectionEventProcessor, enableDeduplication |
offline |
Caching, envelope storage, network failure handling, retries, AsyncHttpTransport, EnvelopeCache, rate limiting |
feature_flags |
addFeatureFlag, FeatureFlagBuffer, maxFeatureFlags, LaunchDarkly and OpenFeature integrations |
metrics |
Sentry.metrics(), IMetricsApi, count/distribution/gauge, MetricsBatchProcessor |
queues |
Queue tracing, queue.publish/queue.process, enableQueueTracing, Kafka instrumentation, messaging span data |
continuous_profiling_jvm |
sentry-async-profiler, IContinuousProfiler, ProfileChunk, JFR files, ProfileLifecycle |
opentelemetry |
sentry-opentelemetry-*, agent vs agentless, span processing, sampling, context propagation |
new_module |
Adding a new integration or sample module |
e2e_tests |
System tests, sample applications, system-test-runner.py, mock Sentry server |
Rules can be combined — a tracing scope issue may need both scopes and opentelemetry.
There is no rule for Android profiling yet; read the sentry-android-core profiling code
directly and fetch related rules such as options, offline, or api as needed.
Project Overview
This is the Sentry Java/Android SDK - a comprehensive error monitoring and performance tracking SDK for Java and Android applications. The repository contains multiple modules for different integrations and platforms.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 212 lines · 2,545 tokens per session scan A 4b48d452c5d0
sentry-java AGENTS.md is an instructions file published in the GitHub repository getsentry/sentry-java (1,349 stars, last pushed today), licensed MIT. It adds 2,545 tokens to every session, about $0.0127 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other instructions, from other repositories
Amarok-Hider AGENTS.md
Instructions for deltazefiro/Amarok-Hider, covering amarok, project overview, build, e2e test and agent rules.
sceneview AGENTS.md
AGENTS.md instructions for sceneview/sceneview, covering agents.md — conventions for delegated coding agents, your role, git — you do not own it, secrets and hard technical rules.
maui-labs AGENTS.md
AGENTS.md instructions for dotnet/maui-labs, covering agent instructions, repository overview, products, technology stack and building.
AppClaw CLAUDE.md
Claude Code instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).
rikkahub AGENTS.md
AGENTS.md instructions for rikkahub/rikkahub, covering repository guidelines, project overview, build, test, and development commands, module structure and concepts.
agent-skills-standard CLAUDE.md
Claude Code instructions for HoangNguyen0403/agent-skills-standard, covering agent protocol and self-learning protocol.