Skip to content

Commit

Permalink
Publish package v4.0.3
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Aug 26, 2024
1 parent e385ee2 commit 96f51fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changesets/do-not-report-sidekiq-internal-errors.md

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# AppSignal for Ruby gem Changelog

## 4.0.3

_Published on 2024-08-26._

### Changed

- Do not report Sidekiq `Sidekiq::JobRetry::Handled` and `Sidekiq::JobRetry::Skip` errors. These errors would be reported by our Rails error subscriber. These are an internal Sidekiq errors we do not need to report. (patch [e385ee2c](https://github.com/appsignal/appsignal-ruby/commit/e385ee2c4da13063e6f1a7a207286dda74113fc4))

### Removed

- Remove the `app_path` writer in the `Appsignal.configure` helper. This was deprecated in version 3.x. It is removed now in the next major version.

Use the `root_path` keyword argument in the `Appsignal.configure` helper (`Appsignal.configure(:root_path => "...")`) to change the AppSignal root path if necessary.

(patch [6335da6d](https://github.com/appsignal/appsignal-ruby/commit/6335da6d99a5ba7687fb5885eee27b9633d80474))

## 4.0.2

_Published on 2024-08-23._
Expand Down
2 changes: 1 addition & 1 deletion lib/appsignal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Appsignal
VERSION = "4.0.2"
VERSION = "4.0.3"
end

0 comments on commit 96f51fb

Please sign in to comment.