wp-sentry
A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.
File Explorer
Download Latest Version (.zip)- wordpress.yml
- FUNDING.yml
- release.sh
- scope-excimer-fix.php
- scope-vendor-fix.php
- scope-vendor.sh
- update-js-files.php
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- wp-sentry-browser.feedback.min.js
- wp-sentry-browser.min.js
- wp-sentry-browser.replay.min.js
- wp-sentry-browser.tracing.min.js
- wp-sentry-browser.tracing.replay.min.js
- wp-sentry-init.js
- class-wp-sentry-active-plugins-integration.php
- class-wp-sentry-action-scheduler-integration.php
- class-wp-sentry-redis-object-cache-integration.php
- class-wp-sentry-tracing-feature-db.php
- class-wp-sentry-tracing-feature-http.php
- class-wp-sentry-tracing-feature-plugins.php
- class-wp-sentry-tracing-feature-theme.php
- class-wp-sentry-tracing-feature-transients.php
- class-wp-sentry-tracing-feature.php
- class-wp-sentry-php-tracing.php
- trait-wp-sentry-tracks-pushed-scopes-and-spans.php
- class-wp-sentry-admin-page.php
- class-wp-sentry-js-tracker.php
- class-wp-sentry-php-tracker.php
- class-wp-sentry-version.php
- trait-wp-sentry-resolves-environment.php
- trait-wp-sentry-resolves-users.php
- .gitattributes
- .gitignore
- composer.json
- composer.lock
- LICENSE.md
- README.md
- readme.txt
- release-exclude.txt
- scoper.inc.php
- wp-sentry.php
# Installation Guide
1. Get the code
git clone https://github.com/stayallive/wp-sentry
Downloads the entire project code from GitHub to your computer.
cd wp-sentry
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
