Closed
Bug 1539078
Opened 6 years ago
Closed 6 years ago
Fix jinja import for NoExtraKeys
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1539120
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | affected |
People
(Reporter: Dexter, Unassigned)
Details
(Whiteboard: [telemetry:mobilesdk:m?])
This was filed to track https://github.com/mozilla/glean_parser/issues/45
STR:
I added an event with no extra_keys, this properly created the
EventMetricTypewith the generic requirement ofNoExtraKeys. The problem isimport mozilla.components.service.glean.NoExtraKeysneeds to be in the file for it to compile
Problem:
/home/boek/git/mozilla-mobile/fenix/app/build/telemetry/src/armGreenfieldDebug/kotlin/Events.kt: (85, 44): Unresolved reference: NoExtraKeys
| Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Whiteboard: [telemetry:mobilesdk:m?]
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•