forked from getsentry/sentry-php
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow this to be installed on PHP 8 #1
Open
mcgrogan91
wants to merge
170
commits into
master
Choose a base branch
from
php-8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add basic release instructions
* added Nette framework implementation * Create specific section for unofficial integrations * Update the integration with frameworks section
* added next implementation to the README * fixed typo
Note on Laravel 5.5
…ption with multiple 'values' (getsentry#483)
* 1.7.0 * Backport getsentry#483 to be released as 1.7.1 (cherry picked from commit e2f3c47) * Release patch 1.7.1
When a PHP extension has an error, raven tries to load a non-existent file (in our case newrelic/guzzle6), causing SplFileObject to throw a fatal error. Do not attempt to load the file if it does not exist.
…g-filenames Reflection for missing filenames
Laravel doc updates
Exclude anonymous frames from app path
Remove ini_set call for unneeded functionality
* Add PHP 7.2 in CI * Tests: PHP 7.2 fix
…ive php function has been disabled via disabled_functions.
Add Processors section to configuration docs
Add missing definition of transaction
Do not force IPv4 protocol by default
…n-php-master Fix PHP version not matching when running on php master
…en-not-sending Do not return error id if we know we did not send the error
Added passing data from context in monolog breadcrumb handler
Update changelog for version 1.10.0
Prepare for 1.11.x
Added Magento 2 integration to the docs
Add October CMS plugin that enables users to include October specific information into their Sentry reports. https://github.com/OFFLINE-GmbH/oc-sentry-plugin https://octobercms.com/plugin/offline-sentry
* - fixed curl verify host * Add (disabled) config for AppVeyor * Revert unneeded change
…etsentry#632) * Changeable default_max_depth in Raven_Serializer * add tests to Raven_Serializer::setDefaultMaxDepth() * remove @codeCoverageIgnore from Raven_Serializer::setDefaultMaxDepth() and getDefaultMaxDepth()
…etsentry#734) * new Raven_Compat::substr() method calls mb_substr() if available fixes getsentry#727 * fix tests to support multibyte truncation. * add Raven_Compat::strlen() method and cleanup Serializer
…tsentry#975) * Array and string offset access syntax with curly braces is deprecated * dist: trusty * $path[0] may generate a notice with an empty string * php 7.3 and 7.4 in travis monolog/monolog - on version 1.0 * Change how we check if xdebug is loaded This change is needed because the `xdebug.extended_info` ini setting was removed in xdebug 2.8 which fails to set the `xdebug.max_nesting_level` causing tests to fail. Co-authored-by: Alex Bouma <[email protected]>
* Update changelog * Add deprecation notice to the README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.