Skip to content

Commit

Permalink
Merge pull request #1440 from appwrite/update-raygun-integration
Browse files Browse the repository at this point in the history
Fix typo in Raygun integration doc
  • Loading branch information
ernstmul authored Oct 18, 2024
2 parents c18dcc0 + 629574f commit 1f82897
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 1f82897

Please sign in to comment.