You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/source/release-notes-determinate/changes.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changes between Nix and Determinate Nix
2
2
3
-
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.18.0.<!-- differences -->
3
+
This section lists the differences between upstream Nix 2.33 and Determinate Nix 3.18.1.<!-- differences -->
4
4
5
5
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
6
6
@@ -183,3 +183,6 @@ This section lists the differences between upstream Nix 2.33 and Determinate Nix
183
183
* Determinate Nix can upload crash info to Sentry. [DeterminateSystems/nix-src#418](https://github.com/DeterminateSystems/nix-src/pull/418)
184
184
185
185
* Determinate Nix provides the pre-build hook with a JSON serialization of the derivation. [DeterminateSystems/nix-src#424](https://github.com/DeterminateSystems/nix-src/pull/424)
* Based on [upstream Nix 2.33.4](../release-notes/rl-2.33.md).
4
+
5
+
## What's Changed
6
+
7
+
### Sentry integration improvements
8
+
9
+
This release includes fixes for a couple of issues with the Sentry integration:
10
+
11
+
* Ensures the chroot helper starts before the Sentry thread, allowing chroot stores to work again
12
+
* Resets Mach exception ports on macOS, so that exec'd programs do not communicate with Determinate Nix's `crashpad_handler`
13
+
14
+
Additionally, Determinate Nix now includes the Nix command and subcommand to Sentry reports to make it easier to discern where an issue happened.
15
+
Not that this does _not_ include any command-line arguments other than the command (such as `nix-daemon` and `nix`) and subcommand (such as `flake show`).
0 commit comments