Skip to content

Commit

Permalink
Publish package v2.5.1
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Nov 6, 2024
1 parent bec5e24 commit de7d3bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changesets/set-render-metadata-as-tags-on-render-error.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for Elixir Phoenix changelog

## 2.5.1

_Published on 2024-11-06._

### Added

- Set render metadata as tags on render error. When a template rendering error is reported, its backtrace is limited to the Elixir process that is spawned to render the template. Add information about the template and view being rendered as tags, to provide additional context about the error. (patch [8d27329](https://github.com/appsignal/appsignal-elixir-phoenix/commit/8d27329d4862630e5f213162ca5fbd58c7a47e2c))

## 2.5.0

_Published on 2024-09-02._
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Appsignal.Phoenix.MixProject do
def project do
[
app: :appsignal_phoenix,
version: "2.5.0",
version: "2.5.1",
description:
"AppSignal's Phoenix instrumentation instruments calls to Phoenix applications to gain performance insights and error reporting",
package: %{
Expand Down

0 comments on commit de7d3bf

Please sign in to comment.