sentry.io
Open in
urlscan Pro
35.186.247.156
Public Scan
Submitted URL: http://sentry.io/
Effective URL: https://sentry.io/welcome/
Submission: On August 01 via manual from IE — Scanned from US
Effective URL: https://sentry.io/welcome/
Submission: On August 01 via manual from IE — Scanned from US
Form analysis
1 forms found in the DOM<form id="mkto_1079" class="css-1tmsy60 e15sbrx56">
<div class="css-1e862u4 e15sbrx55">
<div class="css-1jklu2u e15sbrx53"><label id="labelEmail" for="Email">Your Email:*</label><input type="email" id="Email" name="Email" aria-required="true" aria-labelledby="labelEmail instructionEmail"
aria-describedby="labelEmail instructionEmail" aria-invalid="false">
<div id="Email" class="css-1lbs7b et521na0"></div>
</div>
</div>
<div class="css-1e862u4 e15sbrx55">
<div class="css-1jklu2u e15sbrx53"><label class="checkbox-input"><input type="checkbox" id="sentry_newsletter_consent" name="sentry_newsletter_consent" aria-required="true"
aria-labelledby="labelsentry_newsletter_consent instructionsentry_newsletter_consent" aria-invalid="false"><span role="button" tabindex="0">I want to receive the monthly newsletter and other updates from Sentry. You may unsubscribe at any
time.*</span></label>
<div id="sentry_newsletter_consent" class="css-1lbs7b et521na0"></div>
</div>
</div>
<div class="css-1e862u4 e15sbrx55"><input type="hidden" name="Unsubscribed"></div>
<div class="css-1e862u4 e15sbrx55"><input type="hidden" name="reCaptchastandardscoring"></div>
<div class="css-1e862u4 e15sbrx55">
<div class="css-1m6gm6 e15sbrx54">
<div class="form-text">By filling out this form, you agree to our <a target="_blank" href="https://sentry.io/privacy/">privacy policy</a>. This form is protected by reCAPTCHA and
Google's <a id="" target="_blank" href="https://policies.google.com/privacy">Privacy Policy</a> and <a id="" target="_blank" href="https://policies.google.com/terms">Terms of Service</a> apply.</div>
</div>
</div>
<div class="css-1e862u4 e15sbrx55">
<div class="css-1m6gm6 e15sbrx54"><button type="submit" class="btn-new primary-dark e1of9yu15 css-1csoxiy e1figufi0" value="Sign Up" to=""><span class=" css-17qgsod e1of9yu11">Sign Up</span></button></div>
</div>
</form>
Text Content
This app works best with JavaScript enabled. Menu * Product PLATFORM * Error Monitoring * Session Replay * Tracing * Profiling * Cron Monitoring * Code Coverage * User Feedback * Integrations LANGUAGES & FRAMEWORKS * JavaScript * Python * Ruby * Node * Go * .NET * iOS * Android * See all WHY SENTRY? * Web * Mobile * Native * Gaming * Internet of Things * Data * Enterprise * Open Source * Security & Compliance * Customers FEATURES * Metrics * Dashboards * Cross-project Issues * Stack Traces * Context * Releases * Issue Owners * Pricing * Docs * Blog * Sandbox * Sign Inlogin * Get Startedsign up Want to connect with the folks building Sentry? Join us on Discord. ➔ CODE BREAKS, FIX IT FASTER Application monitoring software considered "not bad" by 4 million developers. Try Sentry for FreeGet a Demo 100,000+ Growing Teams Use Sentry to Find Problems Fast $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo $r logo WHEN YOUR APP BREAKS, FIX IT FASTER WITH SENTRY Error MonitoringTracingSession ReplayCode Coverage Loading image for Prioritize what matters media Loading image for Find the root cause media Loading image for Automate everything media ERROR MONITORING IDENTIFY, DEBUG, AND RESOLVE PRIORITIZE WHAT MATTERS Triage issues based on impacted customers Read the Docs Prioritize what matters FIND THE ROOT CAUSE Get all the context. Sentry will tell you the environment, device, OS, even the very commit that introduced the error - down to the broken line of code. Learn More Find the root cause AUTOMATE EVERYTHING Keep your entire team informed with custom alerts in Slack, two-way sync issues with Jira, and track releases from GitHub, Vercel, or Netlify. Learn More Automate everything Loading image for Find and fix the problem, no matter where it occurs media Loading image for Solve slow, fast media Loading image for Measure what matters media TRACING DON'T JUST OBSERVE. TAKE ACTION. FIND AND FIX THE PROBLEM, NO MATTER WHERE IT OCCURS With Tracing, see the complete, end-to-end path that data takes through your distributed system to pinpoint the exact origin of an issue. Navigate to a trace from a correlated metric, specific issue, or search. Learn More Find and fix the problem, no matter where it occurs SOLVE SLOW, FAST Sentry automatically detects and notifies you of critical performance issues so you can trace every slow transaction to a poor-performing API call or DB query. Learn More Solve slow, fast MEASURE WHAT MATTERS Track and visualize custom data points across services and proactively spot any spikes, dips, or other anomalies. Learn More Measure what matters Loading image for Debug with visual context media Loading image for Protect your users' privacy media Loading image for See user frustration signals in the UX media SESSION REPLAY SEE WHAT YOUR USERS ARE SEEING DEBUG WITH VISUAL CONTEXT Navigate your application’s console output, network calls, and even inspect your application’s DOM tree. It’s like your browser’s dev tools right inside Sentry. Read the Docs Debug with visual context PROTECT YOUR USERS' PRIVACY Lock down your debugging experience without sacrificing user privacy with a range of privacy controls to ensure no sensitive user information leaves the browser. Learn More Protect your users' privacy SEE USER FRUSTRATION SIGNALS IN THE UX See dead clicks and rage clicks in the Replay view to understand where users are getting stuck. Read the Docs See user frustration signals in the UX Loading image for Get test coverage insights in the PR media Loading image for Shorten review cycles media Loading image for Group your testing concerns media CODE COVERAGE GET AHEAD OF PRODUCTION ISSUES GET TEST COVERAGE INSIGHTS IN THE PR Code coverage pull request comments allow you to quickly analyze your PR's coverage and risk without leaving your workflow. Read the Docs Get test coverage insights in the PR SHORTEN REVIEW CYCLES Catch software issues early in the development process, preventing them from escalating into more complex and time-consuming problems. Learn More Shorten review cycles GROUP YOUR TESTING CONCERNS Create custom statuses and group coverage in your repo without modifying your test setup using Flags and Components. Read the Docs Group your testing concerns GETTING STARTED WITH SENTRY IS SIMPLE We support every technology (except the ones we don't). Get started with just a few lines of code. Android.NETGoSwiftJavaScriptPythonReactRubyNext.jsPHPLaravelASP.NET CoreSpring BootVueAngularSolidSvelteAstroSee All Platforms Just run this commmand to sign up for and install Sentry. Click to Copy Click to Copy npx @sentry/wizard@latest -i nextjs Enable Sentry Tracing by adding the below code. Click to Copy Click to Copy import * as Sentry from '@sentry/nextjs'; Sentry.init({ dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0', // We recommend adjusting this value in production, or using tracesSampler // for finer control tracesSampleRate: 1.0, }); That's it. Check out our documentation to ensure you have the latest instructions. Create a Sentry AccountSee All Platforms Sentry’s high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers. Andrew Hay Director of Streaming Services Read more Disney+ testimonial Think about our 150+ developers and multiply that by the number of issues we see across our services and clients - it’s insane the amount of developer time we’ve saved. Roni Avidov R&D Team Lead Read more Monday.com testimonial We migrated to Sentry SaaS in under 5 days with just 3 engineers. Now we can focus our efforts on building best in class team collaboration software instead of wasting time maintaining on-prem software. David Angot Engineering Manager Read more Atlassian testimonial Sentry helps our team fix the most important issues in each release. We can track how a release is trending by percent of crash-free sessions. With this data, we can remediate issues that impact the most users and move on to building more features. Byron Dover Engineering Manager for IT Read more Riot Games testimonial TRUST & SECURITY Security and compliance are top priorities for Sentry because they are fundamental to your experience. We use a variety of industry-standard technologies and services to secure your data from unauthorized access Contact SalesLearn more about Sentry for Enterprise OF COURSE WE HAVE MORE CONTENT LUNCH & LEARN: TRACING WITH SMUGMUG Errors are half the story. Left untreated, performance problems can become errors. If your customers experience timeouts... PERFORMANCE MONITORING BY SENTRY Built for the developer, Sentry’s performance monitoring cuts the guesswork out of figuring out what’s slowing down your... SENTRY FOR MOBILE APPLICATIONS Mobile app crash reporting and run time errors in a single view, give you a holistic overview of your application's heal... SENTRY FOR GAMING Your game's code is telling you more than what your logs let on. Whether you’re building the latest FPS or a turn-based ... GET MONTHLY PRODUCT UPDATES FROM SENTRY SIGN UP FOR OUR NEWSLETTER. And yes, it really is monthly. Ok, maybe the occasional twice a month, but for sure not like one of those daily ones that you just tune out after a while. Your Email:* I want to receive the monthly newsletter and other updates from Sentry. You may unsubscribe at any time.* By filling out this form, you agree to our privacy policy. This form is protected by reCAPTCHA and Google's Privacy Policy and Terms of Service apply. Sign Up FIX IT Get started with the only application monitoring platform that empowers developers to fix application problems without compromising on velocity Try Sentry for FreeExplore our Sandbox PRODUCT * Features * Pricing * Documentation * Integrations * Status COMPANY * Blog * About Us * Careers * Customers * Community * Open Source * Changelog * Media Resources * Engineering Blog INFORMATION * Trust Center * Security & Compliance * Privacy * California Privacy Notice * Terms * Transparency Report * Support * Resources * Answers PLATFORMS * JavaScript * .NET * Python * Android * PHP * Django * Java * Flask * Ruby * Laravel * iOS * Rails * Node * React * Go * See all Twitter GitHub Dribbble Linkedin Discord © 2024 • Sentry is a registered Trademark of Functional Software, Inc. A PEEK AT YOUR PRIVACY Here’s a quick look at how Sentry handles your personal information (PII). × WHO WE COLLECT PII FROM We collect PII about people browsing our website, users of the Sentry service, prospective customers, and people who otherwise interact with us. What if my PII is included in data sent to Sentry by a Sentry customer (e.g., someone using Sentry to monitor their app)? In this case you have to contact the Sentry customer (e.g., the maker of the app). We do not control the data that is sent to us through the Sentry service for the purposes of application monitoring. Am I included? PII WE MAY COLLECT ABOUT YOU * PII provided by you and related to your * Account, profile, and login * Requests and inquiries * Purchases * PII collected from your device and usage * PII collected from third parties (e.g., social media) Tell me more HOW WE USE YOUR PII * To operate our site and service * To protect and improve our site and service * To provide customer care and support * To communicate with you * For other purposes (that we inform you of at collection) How exactly? THIRD PARTIES WHO RECEIVE YOUR PII We may disclose your PII to the following type of recipients: * Subsidiaries and other affiliates * Service providers * Partners (go-to-market, analytics) * Third-party platforms (when you connect them to our service) * Governmental authorities (where necessary) * An actual or potential buyer What do they do? WE USE COOKIES (BUT NOT FOR ADVERTISING) * We do not use advertising or targeting cookies * We use necessary cookies to run and improve our site and service * You can disable cookies but this can impact your use or access to certain parts of our site and service How can I choose? KNOW YOUR RIGHTS You may have the following rights related to your PII: * Access, correct, and update * Object to or restrict processing * Port over * Opt-out of marketing * Be forgotten by Sentry * Withdraw your consent * Complain about us What can I do? If you have any questions or concerns about your privacy at Sentry, please email us at compliance@sentry.io. If you are a California resident, see our Supplemental notice. Read the full policy