Skip to content

Commit e9571dc

Browse files
Publish package v2.16.0
Update version number and CHANGELOG.md.
1 parent ab6d589 commit e9571dc

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.changesets/disable-the-error-backend-by-default.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# AppSignal for Elixir changelog
22

3+
## 2.16.0
4+
5+
_Published on 2025-12-01._
6+
7+
### Changed
8+
9+
- Disable the error backend by default
10+
11+
With new ways of instrumenting errors added, the error backend is unneeded in most setups.
12+
Disable it by default to make it opt-in.
13+
14+
(minor [5efd9179](https://github.com/appsignal/appsignal-elixir/commit/5efd91792477d778f06a40da01392f7915b5fd7c))
15+
316
## 2.15.11
417

518
_Published on 2025-10-09._

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Appsignal.Mixfile do
1616
use Mix.Project
1717

1818
@source_url "https://github.com/appsignal/appsignal-elixir"
19-
@version "2.15.11"
19+
@version "2.16.0"
2020

2121
def project do
2222
[

0 commit comments

Comments
 (0)