https://github.com/pickleboxer/pssentry
https://github.com/pickleboxer/pssentry
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pickleboxer/pssentry
- Owner: PickleBoxer
- License: afl-3.0
- Created: 2023-08-30T07:03:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:29:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T17:57:24.429Z (over 1 year ago)
- Language: PHP
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Sentry Integrations for PrestaShop
This module provides integration with [Sentry](https://sentry.io/) monitoring for your PrestaShop store. With this module, you can track errors and exceptions that occur on your store and receive notifications when they happen.
## Installation
To install this module, follow these steps:
1. Download the latest release from the [releases page](https://github.com/PickleBoxer/pssentry/releases).
2. Extract the contents of the archive to your PrestaShop `modules` directory.
3. Rename the extracted folder to `pssentry`.
4. In your PrestaShop admin panel, navigate to the `Modules and Services` page.
5. Search for `Sentry Integrations` and click the `Install` button.
6. Enter your Sentry DSN in the module configuration page.
## Configuration
To configure the module, follow these steps:
1. In your PrestaShop admin panel, navigate to the `Modules and Services` page.
2. Find the `Sentry Integrations` module and click the `Configure` button.
3. Enter your Sentry DSN in the `DSN` field.
4. (Optional) Enter your Sentry Loader Script URL in the `Loader Script URL` field.
4. (Optional) Enable or disable debug mode.
5. Click the `Save` button to save your changes.
## Usage
Once the module is installed and configured, it will automatically start tracking errors and exceptions that occur on your store. You can view these errors and exceptions in your Sentry dashboard.
## Contributing
If you find a bug or have a feature request, please open an issue on the [issue tracker](https://github.com/PickleBoxer/pssentry/issues). Pull requests are also welcome!
## License
This module is released under the [AFL License](https://opensource.org/licenses/AFL-3.0).