Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps sentry/sentry-laravel from 1.7.1 to 2.2.0.

Release notes

Sourced from sentry/sentry-laravel's releases.

2.2.0

  • Fix incorrectly stripped base controller action from transaction name (#406)
  • Move tracing request/response data hydration to the tracing middleware (#408)

2.1.1

  • Fix for potential Undefined index: controllers_base_namespace. notice

2.1.0

  • Added a option (controllers_base_namespace) to strip away the controller base namespace for cleaner transaction names (#393)
  • Fix incompatibility with other packages that also decorate the view engine, like Livewire (#395)

2.0.1

  • Improve performance tracing by nesting view.render spans and adding a app.handle span showing how long the actual application code runs after Laravel bootstrapping (#387)
  • Improve UX of sentry:publish command

2.0.0

Breaking Change: This version uses the envelope endpoint. If you are using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using sentry.io nothing will change and no action is needed.

Tracing API / Monitor Performance

In this version, we released API for Tracing. \Sentry\startTransaction is your entry point for manual instrumentation. More information can be found in our Performance docs.

  • Using ^3.0 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 0 (the value should be larger than 0.0 and smaller or equal than 1.0 (to send everything))

2.0.0-beta1

Breaking Change: This version uses the envelope endpoint. If you are using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using sentry.io nothing will change and no action is needed.

  • Using 3.0.0-beta1 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 1

1.9.0

  • Respect the SENTRY_ENVIRONMENT environment variable to override the Laravel environment (#354)
  • Support for Laravel 8 (#374)

1.8.0

  • Add send_default_pii option by default to published config file (#340)
  • Update .gitattributes to exclude more files from dist release (#341)
  • Ignore log breadcrumbs when null is the message logged (#345)
  • Fix breadcrumbs.queue_info controlling breadcrumbs generated by commands (#350)
  • Add breadcrumbs.command_info to control breadcrumbs generated by commands (#350)
  • Fixed scope data in queue jobs being lost in some cases (#351)
Changelog

Sourced from sentry/sentry-laravel's changelog.

2.2.0

  • Fix incorrectly stripped base controller action from transaction name (#406)
  • Move tracing request/response data hydration to the tracing middleware (#408)

2.1.1

  • Fix for potential Undefined index: controllers_base_namespace. notice

2.1.0

  • Added a option (controllers_base_namespace) to strip away the controller base namespace for cleaner transaction names (#393)
  • Fix incompatibility with other packages that also decorate the view engine, like Livewire (#395)

2.0.1

  • Improve performance tracing by nesting view.render spans and adding a app.handle span showing how long the actual application code runs after Laravel bootstrapping (#387)
  • Improve UX of sentry:publish command

2.0.0

Breaking Change: This version uses the envelope endpoint. If you are using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using sentry.io nothing will change and no action is needed.

Tracing API / Monitor Performance

In this version we released API for Tracing. \Sentry\startTransaction is your entry point for manual instrumentation. More information can be found in our Performance docs.

  • Using ^3.0 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 0 (the value should be larger than 0.0 and smaller or equal than 1.0 (to send everything))

2.0.0-beta1

Breaking Change: This version uses the envelope endpoint. If you are using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using sentry.io nothing will change and no action is needed.

  • Using 3.0.0-beta1 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 0 (the value should be larger than 0.0 and smaller or equal than 1.0 (to send everything))

1.9.0

  • Respect the SENTRY_ENVIRONMENT environment variable to override the Laravel environment (#354)
  • Support for Laravel 8 (#374)

1.8.0

  • Add send_default_pii option by default to published config file (#340)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) from 1.7.1 to 2.2.0.
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@1.7.1...2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant