Questions tagged [heap.io]
4 questions
1
vote
1 answer
Heap.push is not a function
I am trying to evaluate Heap.io analytics tool for tracking custom errors in React Application. To achieve this, I have integrated Heap base installation script ( https://developers.heap.io/docs/web#base-installation) in main.js file of React…

swathi selvaraju
- 61
- 3
1
vote
1 answer
Heap Analytics Plugin and Android Gradle Plugin 4.2+
We are trying to upgrade our Android Project to use Android Gradle Plugin 4.2.1 or 4.2.0, but when I do this I get the following error:
Caused by: java.lang.IllegalStateException: The value for property 'resValues' cannot be changed any further.
…

Marco RS
- 8,145
- 3
- 37
- 45
1
vote
3 answers
How can I define an ext property from Heap.io with gradle kotlin dsl
Im using the heap.io and their Android SDK and they advise you to setup their library like:
build.gradle:
android {
defaultConfig {
// Add this section to enable Heap event capture.
ext {
heapEnabled = true
}
…

Daniel Gomez Rico
- 15,026
- 20
- 92
- 162
0
votes
0 answers
Heap Analysis - only first value of custom event properties is tracked
export function useHeapAddEventCaseCode(caseData?: CaseEntity) {
return useEffect(() => {
if (caseData?.code) {
// As a best practice, we recommend calling clearEventProperties before addEventProperties on every page
…

Huy Nguyen
- 520
- 2
- 7
- 20