Skip to content

Commit d2fc123

Browse files
nyanloutreniklaskorz
authored andcommitted
sonarr: fix sentry warnings
1 parent 9a9fe1a commit d2fc123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/so/sonarr/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ buildDotnetModule {
129129
dotnetFlags = [
130130
"--property:TargetFramework=net8.0"
131131
"--property:EnableAnalyzers=false"
132+
"--property:SentryUploadSymbols=false" # Fix Sentry upload failed warnings
132133
# Override defaults in src/Directory.Build.props that use current time.
133134
"--property:Copyright=Copyright 2014-2025 sonarr.tv (GNU General Public v3)"
134135
"--property:AssemblyVersion=${version}"

0 commit comments

Comments
 (0)