Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/going-to-production.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Moving an app from staging to production can expose unexpected failure modes: se
items: [

{ id: "metrics", title: "Monitor your app with fully-managed metrics", description: "Use managed Prometheus and managed Grafana dashboards to monitor your app. Read about [Metrics on Fly.io](/docs/monitoring/metrics/)."},
{ id: "sentry", title: "Use Sentry for Error tracking", description: "Our extension partner Sentry provides an application monitoring platform that helps you identify and fix software problems before they impact your users. Fly.io organizations get a year's worth of [Sentry Team Plan](https://fly.io/docs/monitoring/sentry/#sentry-plan-details) credits. Read how to configure [Application Monitoring by Sentry](/docs/monitoring/sentry/)."},
{ id: "sentry", title: "Use Sentry for error tracking", description: "Sentry is an application monitoring platform that helps you identify and fix software problems before they impact your users. [Sign up with Sentry](https://sentry.io/signup/), then set your `SENTRY_DSN` as an app secret. Read more about [Application Monitoring by Sentry](/docs/monitoring/sentry/)."},
{ id: "export-logs", title: "Export your logs", description: "Set up the Fly Log Shipper to aggregate your app’s logs to a service of your choice. Read more about [Exporting logs](/docs/monitoring/exporting-logs/)."}
],
c: params[:c] || "",
Expand Down
2 changes: 1 addition & 1 deletion blueprints/shared-nothing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Two major additions since I wrote up that blog entry:
* I have my log tracker query Sentry whenever I visit the web page to see if there are new events. This
serves as an additional reminder to go check for errors.

I strongly encourage people to look into [Sentry](https://community.fly.io/t/integrated-sentry-error-tracking/15278).
I strongly encourage people to look into [Sentry](https://sentry.io/).

## Applying updates

Expand Down
6 changes: 3 additions & 3 deletions monitoring/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ _Fully-managed metrics solutions to help you monitor your apps._

---

## Error monitoring by Sentry
## Error monitoring

_Error monitoring for your apps from our extension providers._
_Error monitoring for your apps._

- **[Sentry](/docs/monitoring/sentry/):** Use Sentry on Fly.io and get actionable insights to resolve the most important code-related issues. Fly.io organizations that use Sentry can claim a year’s worth of Team Plan credits.
- **[Sentry](/docs/monitoring/sentry/):** Use Sentry to get actionable insights to resolve the most important code-related issues in your app.

---

Expand Down
Loading