Skip to content

Tags: trafi/dd-trace-dotnet

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump 1.2 (DataDog#358)

* bump version to 1.2, consolidate nuget package versions into a single file

* missed a project file

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make IntegrationSettings.AnalyticsSampleRate not nullable and default…

… to 1.0 (DataDog#324)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow users to set sampling priority (DataDog#284)

* add convenience method to convert known string values to bool

* bump C# language version to 7.3 and use Enum as generic type constraint

# Conflicts:
#	src/Datadog.Trace/Datadog.Trace.csproj

* add sampling priority tag constants

* fix xml doc comments

* add special handling for sampling priority tags

v0.8.2-beta

Toggle v0.8.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add miniutf to 3rd party license file (DataDog#296)

v0.8.1-beta

Toggle v0.8.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump to 0.8.1 (DataDog#292)

* replace 0.8.0 with 0.8.1

* move <Version> property back to nuget projects so we can keep different version numbers

* bump Datadog.Trace

v0.8.0-beta

Toggle v0.8.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
disable automatic AspNet integration for now, users can add HttpModul…

…e manually (DataDog#281)

v0.7.1-beta

Toggle v0.7.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MSI installer: create directory for log file (DataDog#258)

* rename EnvironmentVariables.User to EnvironmentVariables.IIS

* remove unused folders

* create folder %ProgramData%\Datadog .NET Tracer\logs and allow access to Everyone

* add WixUtilExtension reference

* use PermissionEx instead of Permission (adds new permissions to inherited ones, instead of replacing)

* add write access to Everyone, instead of full access

* add comments

v0.7.0-beta

Toggle v0.7.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ADO.NET integration (DataDog#248)

* add sample app for Postgres client (Npgsql)

* disable inlining in profiler

* remove manual build dependencies between sample apps the native profiler

* replace SQL Server integration with generic ADO.NET integration

* use explicit types where possible instead of `object`

* add debug logs, but keep commented in repo until we add debug mode

* also look for "Host" in the connection string

* fix compiler error

* remove commented code

* uncomment INSERT and DELETE queries

* remove target signatures

v0.6.0-beta

Toggle v0.6.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 0.6.0 (DataDog#239)

v0.5.2-beta

Toggle v0.5.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 0.5.2 (DataDog#227)