Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/platforms/php/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: Configuration
title: Extended Configuration
sidebar_title: Extended Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
sidebar_order: 2
sidebar_section: configuration
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/php/common/crons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up Crons
sidebar_title: Crons
description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application."
sidebar_order: 5750
sidebar_order: 5
sidebar_section: features
---

Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/data-management/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
sidebar_order: 2500
sidebar_order: 4
sidebar_section: configuration
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/php/common/enriching-events/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
sidebar_order: 1
sidebar_section: configuration
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/php/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Set Up Feature Flags
sidebar_title: Feature Flags
sidebar_order: 7000
sidebar_order: 11
sidebar_section: features
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Integrations
description: "Learn about the automatic integrations Sentry provides and how to configure them."
sidebar_order: 500
sidebar_order: 3
sidebar_section: configuration
---

## Default Integrations
Expand Down
4 changes: 3 additions & 1 deletion docs/platforms/php/common/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
sidebar_order: 5600
sidebar_order: 4
sidebar_section: features
new: true
---

With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
sidebar_order: 5000
sidebar_order: 3
sidebar_section: features
---

<Alert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Set Up Security Policy Reporting
sidebar_title: Security Policy Reporting
sidebar_order: 7500
sidebar_order: 5
sidebar_section: configuration
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up Tracing in PHP
sidebar_title: Tracing
description: "Learn how to set up and enable tracing in your PHP app and discover valuable performance insights of your application."
sidebar_order: 4000
sidebar_order: 2
sidebar_section: features
---

With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Troubleshooting
sidebar_order: 9000
sidebar_order: 6
sidebar_section: configuration
description: "Troubleshooting steps for PHP"
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/php/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Usage
title: Capturing Errors
description: "Use the SDK to manually capture errors and other events."
sidebar_order: 10
sidebar_order: 1
sidebar_section: features
---

Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/common/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up User Feedback
sidebar_title: User Feedback
description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues."
sidebar_order: 6000
sidebar_order: 10
sidebar_section: features
---

When a user experiences an error, Sentry provides the ability to collect additional feedback. You can collect feedback according to the method supported by the SDK.
Expand Down
4 changes: 3 additions & 1 deletion docs/platforms/php/guides/laravel/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your Laravel applications within Sentry."
sidebar_order: 5600
sidebar_order: 4
sidebar_section: features
new: true
---

With Sentry Structured Logs, you can send text-based log information from your Laravel applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/guides/laravel/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
sidebar_order: 5000
sidebar_order: 3
sidebar_section: features
---

<Alert>
Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/php/guides/laravel/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Usage
sidebar_order: 7
title: Capturing Errors
sidebar_order: 1
sidebar_section: features
excerpt: ""
description: "Learn more about automatically reporting errors, exceptions, and rejections as well as how to manually capture errors and enable message capture."
---
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/guides/symfony/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Integrations
description: "Learn about the automatic integrations Sentry provides and how to configure them."
sidebar_order: 500
sidebar_order: 6
sidebar_section: features
---

## Default Integrations
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/php/guides/symfony/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Set Up Profiling
sidebar_title: Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
sidebar_order: 5000
sidebar_order: 3
sidebar_section: features
---

<Alert>
Expand Down
Loading