File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 <Target Name =" GenerateSharedDsnConstant"
1212 BeforeTargets =" BeforeCompile"
13- Condition =" '$(SENTRY_DSN)' != '' and '$(PlatformIsMobile)' == 'true '" >
13+ Condition =" '$(SENTRY_DSN)' != ''" >
1414
1515 <Message Text =" Generating shared EnvironmentVariables.g.cs with embedded DSN..." Importance =" High" />
1616
@@ -25,7 +25,7 @@ namespace Sentry.Samples%3B
2525internal static class EnvironmentVariables
2626{
2727 /// < summary>
28- /// To make things easier for the SDK maintainers we have a custom build target that writes the
28+ /// To make things easier for the SDK maintainers, we have a custom build target that writes the
2929 /// SENTRY_DSN environment variable into an EnvironmentVariables class that is available for mobile
3030 /// targets. This allows us to share one DSN defined in the ENV across desktop and mobile samples.
3131 /// Generally, you won't want to do this in your own mobile projects though - you should set the DSN
You can’t perform that action at this time.
0 commit comments