question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide read-only access to some properties generated inside tracker object

See original GitHub issue

Recentrly we encountered few cases where users wanted to get some properties that are encapsulated inside tracker object. Particularly, users wanted to get cookieDomain and pageViewId to use in app logic. It’s possible to get cookieDomain with lengthy script, but seems not possible at all for pageViewId.

I think we should provide some read-only access to at least these properties (and may be consider another properties) as getter-functions.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
BenFradetcommented, Sep 19, 2017

yes cookieName and pageViewId have been exposed in 2.8.x (cf #574 and #575)

1reaction
alexanderdeancommented, Apr 10, 2017

Okay let’s go for it, it can’t hurt…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Control Access to Objects Unit - Trailhead - Salesforce
The simplest way to control data access is to set permissions on a particular type of object. (An object is a collection of...
Read more >
Data access and editing—ArcGIS Online Help | Documentation
What if you want some people to edit but not others? Can you keep track of who edits your data? Do you need...
Read more >
Tracking vs. No-Tracking Queries - EF Core | Microsoft Learn
No tracking queries are useful when the results are used in a read-only scenario. They're quicker to execute because there's no need to...
Read more >
HTML attribute: readonly - HTML: HyperText Markup Language
If the element is read-only, then the element's value can not be updated by the user, and does not participate in constraint validation....
Read more >
Read-only role - ServiceNow Docs
The read-only role (snc_read_only) restricts a user or a group of users to read-only access on the tables to which the user already...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found