Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Oct 31, 2023
1 parent 8d33d28 commit a1672d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let analytics = Analytics(configuration: Configuration(writeKey: "<YOUR WRITE KE
.flushAt(3)
.trackApplicationLifecycleEvents(true))
let consentManager = ConsentManager(provider: consentProvider)
let consentManager = ConsentManager(provider: MyConsentProvider())
analytics.add(plugin: consentManager)
// Note: Different consent management providers may require consentManager.start() be called differently.
Expand Down
1 change: 0 additions & 1 deletion Sources/SegmentConsent-Tests/ConsentBlockerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import Foundation
import XCTest
import Sovran
import JavaScriptCore
@testable import Segment
@testable import SegmentConsent

Expand Down

0 comments on commit a1672d5

Please sign in to comment.