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

Fix typo in Raygun integration doc #1440

Merged
merged 1 commit into from
Oct 18, 2024
Merged
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
8 changes: 4 additions & 4 deletions src/routes/integrations/logging-raygun/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ isPartner: true
isNew: true
cover: /images/integrations/logging-raygun/cover.png
category: logging
product:
product:
avatar: '/images/integrations/avatars/raygun.png'
vendor: Raygun
description: 'Raygun is an application performance monitoring (APM) and error tracking tool designed for software developers to identify and resolve issues in their applications quickly. It provides real-time insights into software performance, error diagnostics, and user experience, helping teams to detect, diagnose, and fix errors faster. With features like crash reporting, real user monitoring, and deployment tracking, Raygun helps ensure the stability and efficiency of applications.'
platform:
platform:
- 'Self-hosted'
images:
images:
- /images/integrations/logging-raygun/cover.png
- /images/integrations/logging-raygun/api-key.png
- /images/integrations/logging-raygun/crash-reporting.png
Expand Down Expand Up @@ -57,7 +57,7 @@ docker compose exec appwrite vars

## Step 3: Test the provider

Once the Sentry provider is configured, run the following command in your terminal:
Once the Raygun provider is configured, run the following command in your terminal:

```bash
docker compose exec appwrite ssl --domain="wrongdomain.com"
Expand Down
Loading