Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
trackLevel is deprecated. use attachProperties(Map.of("$level", <leve…
Browse files Browse the repository at this point in the history
…l>)) (#19)
  • Loading branch information
akondratyev authored May 22, 2020
1 parent 1aeabe2 commit 0f2c454
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
32 changes: 0 additions & 32 deletions AppmetrS2S/Actions/Level.cs

This file was deleted.

1 change: 0 additions & 1 deletion AppmetrS2S/AppmetrS2S.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<Compile Include="Actions\AttachProperties.cs" />
<Compile Include="Actions\AttachEntityAttributes.cs" />
<Compile Include="Actions\Event.cs" />
<Compile Include="Actions\Level.cs" />
<Compile Include="Actions\Payment.cs" />
<Compile Include="Actions\TrackSession.cs" />
<Compile Include="AppMetr.cs" />
Expand Down
1 change: 0 additions & 1 deletion AppmetrS2S/Persister/Batch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[DataContract]
[KnownType(typeof(AttachProperties))]
[KnownType(typeof(Event))]
[KnownType(typeof(Level))]
[KnownType(typeof(Payment))]
[KnownType(typeof(TrackSession))]
public class Batch
Expand Down

0 comments on commit 0f2c454

Please sign in to comment.