Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prayansh committed Oct 13, 2022
1 parent e380f2f commit 9a52fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Segment
import DestinationFilters_Swift

extension Analytics {
static let config = Configuration(writeKey: "YOUR_WRITE_KEY_HERE")
static let config = Configuration(writeKey: "93EMLzmXzP6EJ3cJOhdaAgEVNnZjwRqA")
.flushAt(1)
.trackApplicationLifecycleEvents(true)

Expand All @@ -24,7 +24,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

Analytics.main.add(plugin: WebhookDestination(webhookUrl: "SOME_WEBHOOK_URL"))
Analytics.main.add(plugin: WebhookDestination(webhookUrl: "https://webhook.site/c6349c6a-bc14-49be-9677-0c8df3e07b58"))
Analytics.main.add(plugin: DestinationFilters())

Analytics.main.track(name: "howdy doody")
Expand Down
2 changes: 1 addition & 1 deletion Sources/DestinationFilters-Swift/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// DO NOT MODIFY THIS FILE BY HAND!!
// Use release.sh's automation.
// BREAKING.FEATURE.FIX
internal let __destinationFilters_version = "1.0.0"
internal let __destinationFilters_version = "0.1.0"

0 comments on commit 9a52fa0

Please sign in to comment.