Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sentry Integration as a Recipe #8450

Merged
merged 20 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7038f3a
Simplest form of Sentry Monitoring
smeubank May 24, 2024
468cbb5
Merge branch 'withastro:main' into main
smeubank Jun 5, 2024
fe431b5
Merge branch 'withastro:main' into main
smeubank Jun 6, 2024
d682845
Add link to official announcement
smeubank Jun 6, 2024
99be8f7
Merge branch 'main' of https://github.com/smeubank/docs
smeubank Jun 6, 2024
aed2160
Merge branch 'main' into main
sarah11918 Jun 11, 2024
3cad522
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
f05b667
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
dd15855
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
7f1380a
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
bde30e9
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
3ca809a
Update src/content/docs/en/guides/monitor/sentry.mdx
smeubank Jun 14, 2024
bec6f9b
Apply suggestions from code review
sarah11918 Jun 14, 2024
e13430e
move to backend, add logo entry
sarah11918 Jun 14, 2024
8fd301b
Update src/content/docs/en/guides/backend/sentry.mdx
sarah11918 Jun 14, 2024
dce8c2c
add comments about monitoring on the main backend services page
sarah11918 Jun 14, 2024
651c29e
Merge branch 'main' of https://github.com/smeubank/docs
sarah11918 Jun 14, 2024
86b4f0d
Merge branch 'main' into main
sarah11918 Jun 14, 2024
ad44e9e
Apply suggestions from Kevin's walk through tech check
sarah11918 Jun 17, 2024
ba8776b
Merge branch 'main' into main
sarah11918 Jun 19, 2024
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
Prev Previous commit
Next Next commit
add comments about monitoring on the main backend services page
  • Loading branch information
sarah11918 committed Jun 14, 2024
commit dce8c2c1d1d844c821424845386d3662fefa7938
3 changes: 2 additions & 1 deletion src/content/docs/en/guides/backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ i18nReady: true
---
import BackendGuidesNav from '~/components/BackendGuidesNav.astro';

**Ready to add features like authentication, storage or data to your Astro project?** Follow one of our guides to integrate a backend service.
**Ready to add features like authentication, monitoring, storage, or data to your Astro project?** Follow one of our guides to integrate a backend service.

:::tip
Find [community-maintained integrations](https://astro.build/integrations/) for adding popular features to your project in our integrations directory.
Expand All @@ -29,3 +29,4 @@ You might want to consider a backend service if your project has complex server-
- user-uploaded asset storage
- API generation
- realtime communication
- application monitoring