Skip to content

Commit 0f65908

Browse files
committed
config
1 parent c09d22e commit 0f65908

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/CountlyRNExample/Configuration.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const countlyConfig = new CountlyConfig(COUNTLY_SERVER_KEY, COUNTLY_APP_KEY).set
1515
// .giveConsent(['location', 'sessions', 'attribution', 'push', 'events', 'views', 'crashes', 'users', 'push', 'star-rating', 'apm', 'feedback', 'remote-config']) // give consent for specific features before init.
1616
// .setLocation('TR', 'Istanbul', '41.0082,28.9784', '10.2.33.12') // Set user initial location.
1717
// .enableParameterTamperingProtection('salt') // Set the optional salt to be used for calculating the checksum of requested data which will be sent with each request
18-
// .pinnedCertificates("count.ly.cer") // It will ensure that connection is made with one of the public keys specified
1918
// .setHttpPostForced(false) // Set to "true" if you want HTTP POST to be used for all requests
2019
// .pushTokenType(Countly.messagingMode.DEVELOPMENT, 'ChannelName', 'ChannelDescription') // Set messaging mode for push notifications
2120
// .configureIntentRedirectionCheck(['MainActivity'], ['com.countly.demo'])
@@ -39,4 +38,9 @@ const countlyConfig = new CountlyConfig(COUNTLY_SERVER_KEY, COUNTLY_APP_KEY).set
3938
// .setMaxStackTraceLineLength()
4039
// .setMaxStackTraceLinesPerThread();
4140

41+
// Countly Experimental features ==============================
42+
// countlyConfig.experimental
43+
// .enablePreviousNameRecording()
44+
// .enableVisibilityTracking();
45+
4246
export default countlyConfig;

0 commit comments

Comments
 (0)