Skip to content

Commit

Permalink
Small fix in the schema generator tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusc83 committed Jul 21, 2022
1 parent aced86a commit 19ef3d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 513 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class RumConfigE2ETests {
tracesEnabled = true,
rumEnabled = true,
crashReportsEnabled = true,
sessionReplayEnabled = true
sessionReplayEnabled = true
).setRumActionEventMapper(
eventMapper = object : EventMapper<ActionEvent> {
override fun map(event: ActionEvent): ActionEvent? {
Expand Down Expand Up @@ -703,7 +703,7 @@ class RumConfigE2ETests {
tracesEnabled = true,
rumEnabled = true,
crashReportsEnabled = true,
sessionReplayEnabled = true
sessionReplayEnabled = true
)
.useViewTrackingStrategy(strategy)
.setVitalsUpdateFrequency(VitalsUpdateFrequency.NEVER)
Expand Down
Loading

0 comments on commit 19ef3d2

Please sign in to comment.