Skip to content

Commit

Permalink
chore: make Swift SDK agentTag customizable (#913)
Browse files Browse the repository at this point in the history
The mobile team wants to modify the agent tag for the Swift SDK
  • Loading branch information
jkaster authored Dec 1, 2021
1 parent 209f399 commit 5d67767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/looker/rtl/transport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

import Foundation

public let agentTag = "Swift-SDK \(Constants.sdkVersion)"
/** agentTag may be modified to identify the application using the Swift SDK */
public var agentTag = "Swift-SDK \(Constants.sdkVersion)"

/**
* ResponseMode for an HTTP request - either binary or "string"
Expand Down

0 comments on commit 5d67767

Please sign in to comment.