# December Update 2024

Check out what we've been doing at Terra over the month of December 2024!

## Backend 💾

### Features

* Added `localization` field to metadata for all data payloads symbolizing if the provider originally only provided data in UTC vs if they are really in UTC
* Added Glucose data for Ultrahuman
* Add backup computation to active duration if none is provided

### Bug fixes

* Filter out samples that are outside of metadata range for Apple payloads
* Fixed a bug where MyFitnessPal micros returned RDI instead of in MG
* Fixed a bug where step samples were not accumulated correctly for Polar
* Support REPS for Planned workouts in Garmin

## Teams API

* Test type added
* Changed custom exercise type to 9999 instead of 1250

***

## Frontend📺

### Landing Page

* Blood Report API Product Release! <https://tryterra.co/products/blood-report-automation>

### Dashboard

* Added steps and instructions for setup required integrations (i.e WHOOP, STRAVA, HUAWEI, ...)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/changelog/2024/2024-december-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
